summaryrefslogtreecommitdiff
path: root/package/.template
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-22 20:04:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-22 20:04:39 +0100
commit6901993922da7eaa5253316f295f71b3b0e5db27 (patch)
tree3ccf4b7ea1c12c41dbf5db6cc8c334838b37ce70 /package/.template
parentc0f6e4154eaf2c670af68522ac4e3b64beb8b130 (diff)
add some font packages
Diffstat (limited to 'package/.template')
-rw-r--r--package/.template/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/.template/Makefile b/package/.template/Makefile
index 67d1cc183..32c24923c 100644
--- a/package/.template/Makefile
+++ b/package/.template/Makefile
@@ -31,6 +31,7 @@ INSTALL_STYLE:= auto
# please install all files and directories to the package dir
post-install:
$(INSTALL_DIR) $(IDIR_@UPKG@)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/@PKG@ $(IDIR_@UPKG@)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/@PKG@ \
+ $(IDIR_@UPKG@)/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk