projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88db601
)
backport ipkg-utils fix from trunk [2263] to whiterussian
author
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Oct 2005 22:14:38 +0000
(22:14 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Oct 2005 22:14:38 +0000
(22:14 +0000)
SVN-Revision: 2267
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