Fix IPKG_TARGET_DIR
authorNicolas Thill <nico@openwrt.org>
Sun, 6 Mar 2005 12:29:41 +0000 (12:29 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 6 Mar 2005 12:29:41 +0000 (12:29 +0000)
SVN-Revision: 316

openwrt/rules.mk

index 4218bbf1b2df557f66e23b3308a3f6ef1a5a434a..ba027d4576ac3d2cb576e9aaff3328b04e41e9c2 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)