diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-06 12:29:41 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-06 12:29:41 +0000 |
commit | db9f4fe17e8e987de14e1a6ddabc915462451bc2 (patch) | |
tree | dc80e17dbadd6ee59321d36b103749102c386921 /openwrt/rules.mk | |
parent | 234b39a199c12c69fd68680e7057e73326fc2cb4 (diff) | |
download | mtk-20170518-db9f4fe17e8e987de14e1a6ddabc915462451bc2.zip mtk-20170518-db9f4fe17e8e987de14e1a6ddabc915462451bc2.tar.gz mtk-20170518-db9f4fe17e8e987de14e1a6ddabc915462451bc2.tar.bz2 |
Fix IPKG_TARGET_DIR
SVN-Revision: 316
Diffstat (limited to 'openwrt/rules.mk')
-rw-r--r-- | openwrt/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rules.mk b/openwrt/rules.mk index 4218bbf..ba027d4 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -119,5 +119,5 @@ IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root # where to build (and put) .ipk packages -IPKG_TARGET_DIR := $(BUILD_DIR) +IPKG_TARGET_DIR := $(PACKAGE_DIR) |