diff options
Diffstat (limited to 'package/gettext-tiny/Makefile')
-rw-r--r-- | package/gettext-tiny/Makefile | 1 |
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 |