summaryrefslogtreecommitdiff
path: root/tools/xz
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-12-11 21:29:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-12-11 21:29:53 +0000
commit4dbb7f8cb563d3b7aa93ac445fe7824df939ebd4 (patch)
tree21d4a7dad93e8e9480f4d5ec2138ea0196502d48 /tools/xz
parent15aa1ee69287c12a559a92832a020578ae06b4ca (diff)
downloadmtk-20170518-4dbb7f8cb563d3b7aa93ac445fe7824df939ebd4.zip
mtk-20170518-4dbb7f8cb563d3b7aa93ac445fe7824df939ebd4.tar.gz
mtk-20170518-4dbb7f8cb563d3b7aa93ac445fe7824df939ebd4.tar.bz2
tools/xz: do not overwrite the lzma binary
SVN-Revision: 24499
Diffstat (limited to 'tools/xz')
-rw-r--r--tools/xz/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index 5689e18..660f6e8 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -15,4 +15,8 @@ PKG_MD5SUM:=0652c09fdbb93ae2ce78c1368ffda612
include $(INCLUDE_DIR)/host-build.mk
+define Host/Install
+ $(MAKE) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat"
+endef
+
$(eval $(call HostBuild))