projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset
[openwrt.git]
/
tools
/
lzma
/
Makefile
diff --git
a/tools/lzma/Makefile
b/tools/lzma/Makefile
index
47f21d1
..
f00863e
100644
(file)
--- a/
tools/lzma/Makefile
+++ b/
tools/lzma/Makefile
@@
-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
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
$(PATCH) $(PKG_BUILD_DIR) ./patches
endef
This page took
0.027835 seconds
and
4
git commands to generate.