mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 02:16:29 +08:00
fix lzma compile
SVN-Revision: 5094
This commit is contained in:
parent
6779edb40e
commit
56273ac6a7
@ -21,7 +21,7 @@ LIB_DIR=$(PKG_BUILD_DIR)/C/7zip/Compress/LZMA_Lib
|
||||
ALONE_DIR=$(PKG_BUILD_DIR)/C/7zip/Compress/LZMA_Alone
|
||||
|
||||
define Build/Prepare
|
||||
bzcat $(DL_DIR)/$(PKG_SOURCE) | tar -C $(PKG_BUILD_DIR)/ $(TAR_OPTIONS) -
|
||||
bzcat $(DL_DIR)/$(PKG_SOURCE) | $(TAR) -C $(PKG_BUILD_DIR)/ $(TAR_OPTIONS)
|
||||
$(PATCH) $(PKG_BUILD_DIR) ./patches
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user