tools/xz: do not overwrite the lzma binary

SVN-Revision: 24499
lede-17.01
Felix Fietkau 2010-12-11 21:29:53 +00:00
parent 15aa1ee692
commit 4dbb7f8cb5
1 changed files with 4 additions and 0 deletions

View File

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