summaryrefslogtreecommitdiff
path: root/package/gettext-tiny/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-15 10:44:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-15 10:44:39 +0100
commit3c6e9231dd25bf1827bf80b3b0892a7ec2d05e26 (patch)
tree2c0ed222bd5bd187296247a8fc965cb2fca8395e /package/gettext-tiny/Makefile
parent770f8301e9b05dcbe35e7c8030babc6448de6b84 (diff)
parentc80761a85ee89d6804db695962e256e48849cf96 (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