projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0576b62
)
fix ipg-utils tarball extraction
author
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Oct 2005 21:49:58 +0000
(21:49 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Oct 2005 21:49:58 +0000
(21:49 +0000)
SVN-Revision: 2263
openwrt/toolchain/ipkg-utils/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/toolchain/ipkg-utils/Makefile
b/openwrt/toolchain/ipkg-utils/Makefile
index d46e4f365c1829669c52d390d242606b15de56cd..41c78fc24e1d10fdc6fd6bd1d7087b26d088c487 100644
(file)
--- a/
openwrt/toolchain/ipkg-utils/Makefile
+++ b/
openwrt/toolchain/ipkg-utils/Makefile
@@
-21,7
+21,7
@@
$(DL_DIR)/$(PKG_SOURCE_FILE):
$(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE_FILE) x $(PKG_SOURCE_SITE)
$(PKG_BUILD_DIR)/.unpacked: $(DL_DIR)/$(PKG_SOURCE_FILE)
- mkdir -p $(
TOOL_
BUILD_DIR)
+ mkdir -p $(BUILD_DIR)
$(PKG_SOURCE_CAT) $(DL_DIR)/$(PKG_SOURCE_FILE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
touch $(PKG_BUILD_DIR)/.unpacked