Fix IPKG_TARGET_DIR
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Mar 2005 12:29:41 +0000 (12:29 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Mar 2005 12:29:41 +0000 (12:29 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@316 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/rules.mk

index 4218bbf..ba027d4 100644 (file)
@@ -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)
 
This page took 0.022089 seconds and 4 git commands to generate.