Author: nbd Date: 2016-01-20 23:59:29 +0100 (Wed, 20 Jan 2016) New Revision: 48418
Modified: trunk/package/utils/bzip2/Makefile Log: bzip2: install to STAGING_DIR/host instead of STAGING_DIR/host/usr Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/utils/bzip2/Makefile =================================================================== --- trunk/package/utils/bzip2/Makefile 2016-01-20 21:31:56 UTC (rev 48417) +++ trunk/package/utils/bzip2/Makefile 2016-01-20 22:59:29 UTC (rev 48418) @@ -97,7 +97,7 @@ define Host/Install $(INSTALL_DIR) $(STAGING_DIR)/host/bin/ - $(MAKE) -C $(HOST_BUILD_DIR) PREFIX=$(STAGING_DIR)/host/usr/ install + $(MAKE) -C $(HOST_BUILD_DIR) PREFIX=$(STAGING_DIR)/host/ install endef $(eval $(call HostBuild)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
