aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-06 12:29:41 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-06 12:29:41 +0000
commit5cbb00fa95243d475c1342cd24848d162016a507 (patch)
tree2dbb6d5746d76817a783ae50d20a5dbde0060b07 /rules.mk
parent95ab18e175d33954f8ce7d59af01eaf79767eaf4 (diff)
downloadupstream-5cbb00fa95243d475c1342cd24848d162016a507.tar.gz
upstream-5cbb00fa95243d475c1342cd24848d162016a507.tar.bz2
upstream-5cbb00fa95243d475c1342cd24848d162016a507.zip
Fix IPKG_TARGET_DIR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@316 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 4218bbf1b2..ba027d4576 100644
--- a/rules.mk
+++ b/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)