From 5c168021c80a3889f2cc3df3ac430fb6436d54fd Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 6 Mar 2005 12:29:41 +0000 Subject: [PATCH 1/1] Fix IPKG_TARGET_DIR SVN-Revision: 316 --- openwrt/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2