mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26423 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4613220875
commit
5895d8fd56
@ -27,13 +27,10 @@ endef
|
||||
|
||||
define Host/Install
|
||||
$(INSTALL_DATA) $(LIB_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/liblzma-old.a
|
||||
$(INSTALL_BIN) $(ALONE_DIR)/lzma $(STAGING_DIR_HOST)/bin/
|
||||
endef
|
||||
|
||||
define Host/Clean
|
||||
rm -f \
|
||||
$(STAGING_DIR_HOST)/lib/liblzma-old.a \
|
||||
$(STAGING_DIR_HOST)/bin/lzma
|
||||
rm -f $(STAGING_DIR_HOST)/lib/liblzma-old.a
|
||||
endef
|
||||
|
||||
$(eval $(call HostBuild))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user