1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 07:38:28 +02:00

bzip2: install to STAGING_DIR/host instead of STAGING_DIR/host/usr

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48418
This commit is contained in:
Felix Fietkau 2016-01-20 22:59:29 +00:00
parent f08623516f
commit 5668dba5ea

View File

@ -97,7 +97,7 @@ HOST_CONFIGURE_ARGS+= \
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))