diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 22:59:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 22:59:29 +0000 |
commit | 5668dba5ea42e748e910fa351af3dd279561a673 (patch) | |
tree | b970c8155d0b954262c2a9195bd064ff4807e97e /package/utils/bzip2/Makefile | |
parent | f08623516ffabde93d70a0dc809503cf60567452 (diff) | |
download | upstream-5668dba5ea42e748e910fa351af3dd279561a673.tar.gz upstream-5668dba5ea42e748e910fa351af3dd279561a673.tar.bz2 upstream-5668dba5ea42e748e910fa351af3dd279561a673.zip |
bzip2: install to STAGING_DIR/host instead of STAGING_DIR/host/usr
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48418
Diffstat (limited to 'package/utils/bzip2/Makefile')
-rw-r--r-- | package/utils/bzip2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/bzip2/Makefile b/package/utils/bzip2/Makefile index 0523b6cce3..958b3c88c4 100644 --- a/package/utils/bzip2/Makefile +++ b/package/utils/bzip2/Makefile @@ -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)) |