1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-11 04:48:37 +01:00

tools/xz: do not overwrite the lzma binary

SVN-Revision: 24499
This commit is contained in:
Felix Fietkau 2010-12-11 21:29:53 +00:00
parent 15aa1ee692
commit 4dbb7f8cb5

@ -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))