summaryrefslogtreecommitdiff
path: root/package/gettext-tiny/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-14 21:23:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-14 21:23:31 +0100
commitc80761a85ee89d6804db695962e256e48849cf96 (patch)
tree33f949ec3569d45be8e1b15ea3dc9007d8ca8acc /package/gettext-tiny/Makefile
parent6a93fa146ab8c42512f08143b187b032888d2454 (diff)
parentf1590c8f1e959054b9426d923886246c2abec3c1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gettext-tiny/Makefile')
-rw-r--r--package/gettext-tiny/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gettext-tiny/Makefile b/package/gettext-tiny/Makefile
index 71fdda509..b483b838c 100644
--- a/package/gettext-tiny/Makefile
+++ b/package/gettext-tiny/Makefile
@@ -32,6 +32,7 @@ host-build:
gettext-tiny-hostinstall:
${CP} ${WRKBUILD}/include/libintl.h ${STAGING_HOST_DIR}/usr/include
${CP} ${WRKBUILD}/libintl.a ${STAGING_HOST_DIR}/usr/lib
+ ${CP} ${WRKBUILD}/{msgfmt,xgettext,msgmerge} ${STAGING_HOST_DIR}/usr/bin
include ${TOPDIR}/mk/host-bottom.mk
include ${TOPDIR}/mk/pkg-bottom.mk