diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 12:29:41 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 12:29:41 +0000 |
commit | 5ae47a7df76437a78e027d4714504fcb260ea579 (patch) | |
tree | dc80e17dbadd6ee59321d36b103749102c386921 /openwrt/rules.mk | |
parent | eba4b4bcfc49afc8a3d1649751765f1e3285db65 (diff) |
Fix IPKG_TARGET_DIR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@316 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 4218bbf1b2..ba027d4576 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) |