fix lzma compile
SVN-Revision: 5094
This commit is contained in:
parent
6779edb40e
commit
56273ac6a7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ LIB_DIR=$(PKG_BUILD_DIR)/C/7zip/Compress/LZMA_Lib
|
||||||
ALONE_DIR=$(PKG_BUILD_DIR)/C/7zip/Compress/LZMA_Alone
|
ALONE_DIR=$(PKG_BUILD_DIR)/C/7zip/Compress/LZMA_Alone
|
||||||
|
|
||||||
define Build/Prepare
|
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
|
$(PATCH) $(PKG_BUILD_DIR) ./patches
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue