diff options
Diffstat (limited to 'package/gettext')
-rw-r--r-- | package/gettext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gettext/Makefile b/package/gettext/Makefile index 14d502958..c15e43577 100644 --- a/package/gettext/Makefile +++ b/package/gettext/Makefile @@ -58,7 +58,7 @@ post-build: ${CP} ${WRKBUILD}/gettext-runtime/intl/.libs/libintl.so* \ ${STAGING_DIR}/usr/lib -post-install: +do-install: ${INSTALL_DIR} ${IDIR_LIBINTL}/usr/lib ${CP} ${WRKBUILD}/gettext-runtime/intl/.libs/libintl.so* \ ${IDIR_LIBINTL}/usr/lib |