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 | 5cbb00fa95243d475c1342cd24848d162016a507 (patch) | |
tree | 2dbb6d5746d76817a783ae50d20a5dbde0060b07 /rules.mk | |
parent | 95ab18e175d33954f8ce7d59af01eaf79767eaf4 (diff) | |
download | upstream-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |