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 | db0b841518b16e2f2bdc94c3027f76f4b3dc2bec (patch) | |
tree | 379cfaf12666e8c14335c622ca8dd712c6928259 /openwrt/toolchain | |
parent | 0576b62a0fe542017bed830ea217e6a3e7d95493 (diff) | |
download | mtk-20170518-db0b841518b16e2f2bdc94c3027f76f4b3dc2bec.zip mtk-20170518-db0b841518b16e2f2bdc94c3027f76f4b3dc2bec.tar.gz mtk-20170518-db0b841518b16e2f2bdc94c3027f76f4b3dc2bec.tar.bz2 |
fix ipg-utils tarball extraction
SVN-Revision: 2263
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r-- | openwrt/toolchain/ipkg-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/ipkg-utils/Makefile b/openwrt/toolchain/ipkg-utils/Makefile index d46e4f3..41c78fc 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 |