Skip to content
Snippets Groups Projects
Commit 56273ac6 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix lzma compile

SVN-Revision: 5094
parent 6779edb4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment