Fix IPKG_TARGET_DIR

SVN-Revision: 316
This commit is contained in:
Nicolas Thill 2005-03-06 12:29:41 +00:00
parent 234b39a199
commit db9f4fe17e
1 changed files with 1 additions and 1 deletions

View 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)