diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-22 21:49:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-22 21:49:58 +0000 |
commit | 8e4b4f521b7243c304fc4bd55dd336c09eebfc68 (patch) | |
tree | aff74e6d6ec4bbcc4699b976d9f2dde7f92b1bf2 /toolchain/ipkg-utils | |
parent | 7231d4f388cebd4511545d91693f7967f9f42b45 (diff) | |
download | upstream-8e4b4f521b7243c304fc4bd55dd336c09eebfc68.tar.gz upstream-8e4b4f521b7243c304fc4bd55dd336c09eebfc68.tar.bz2 upstream-8e4b4f521b7243c304fc4bd55dd336c09eebfc68.zip |
fix ipg-utils tarball extraction
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2263 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/ipkg-utils')
-rw-r--r-- | toolchain/ipkg-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/ipkg-utils/Makefile b/toolchain/ipkg-utils/Makefile index d46e4f365c..41c78fc24e 100644 --- a/toolchain/ipkg-utils/Makefile +++ b/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 |