X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2eab8bf09fe2408cd22f7ca16ce32476b7905f28..28672b66342b59f24d6ca7ff5815e6223401ee1c:/openwrt/toolchain/ipkg-utils/Makefile 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