summaryrefslogtreecommitdiff
path: root/package/gettext-tiny
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-14 13:54:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-14 13:54:40 +0100
commitf1590c8f1e959054b9426d923886246c2abec3c1 (patch)
tree31ae8e1f01e17c2d5c3aa93daa2a3742b8ced66c /package/gettext-tiny
parentaf0b87cf417b27cc662faf2e81a941649f190edc (diff)
fix orbit2 compile, use libIDL-host
Diffstat (limited to 'package/gettext-tiny')
-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