fix ipg-utils tarball extraction
authorNicolas Thill <nico@openwrt.org>
Sat, 22 Oct 2005 21:49:58 +0000 (21:49 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 22 Oct 2005 21:49:58 +0000 (21:49 +0000)
SVN-Revision: 2263

openwrt/toolchain/ipkg-utils/Makefile

index d46e4f365c1829669c52d390d242606b15de56cd..41c78fc24e1d10fdc6fd6bd1d7087b26d088c487 100644 (file)
@@ -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