summaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain/ipkg-utils
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 21:49:58 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 21:49:58 +0000
commit3f7e469c04ed985684006c462ff94340b224c4d4 (patch)
tree5d10d56cc14c47b751f26b9d8ec489e306b3c768 /openwrt/toolchain/ipkg-utils
parent0033b94369ee8072d205e5149600ac110717c53f (diff)
fix ipg-utils tarball extraction
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2263 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/ipkg-utils')
-rw-r--r--openwrt/toolchain/ipkg-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/ipkg-utils/Makefile b/openwrt/toolchain/ipkg-utils/Makefile
index d46e4f365..41c78fc24 100644
--- 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