1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 12:14:01 +02:00

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

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)