Author: nbd Date: 2016-01-20 20:36:14 +0100 (Wed, 20 Jan 2016) New Revision: 48406
Modified: trunk/package/libs/gettext/Makefile Log: gettext: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/gettext/Makefile =================================================================== --- trunk/package/libs/gettext/Makefile 2016-01-20 19:36:10 UTC (rev 48405) +++ trunk/package/libs/gettext/Makefile 2016-01-20 19:36:14 UTC (rev 48406) @@ -52,11 +52,11 @@ endef define Host/Install - $(INSTALL_DIR) $(STAGING_DIR_HOST)/include - $(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR_HOST)/include/ + $(INSTALL_DIR) $(STAGING_DIR)/host/include + $(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR)/host/include/ - $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal - $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR_HOST)/share/aclocal/ + $(INSTALL_DIR) $(STAGING_DIR)/host/share/aclocal + $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR)/host/share/aclocal/ endef define Package/libintl/install _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
