diff options
| author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 12:29:41 +0000 |
|---|---|---|
| committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 12:29:41 +0000 |
| commit | a23ed95f5d50b550a911737b5eccf1576aafe10e (patch) | |
| tree | 2dbb6d5746d76817a783ae50d20a5dbde0060b07 | |
| parent | 3af82587f3b1a1cfa76bf7990dddf0548ad7f981 (diff) | |
Fix IPKG_TARGET_DIR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@316 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
