projects
/
oweals
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
234b39a
)
Fix IPKG_TARGET_DIR
author
Nicolas Thill
<nico@openwrt.org>
Sun, 6 Mar 2005 12:29:41 +0000
(12:29 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 6 Mar 2005 12:29:41 +0000
(12:29 +0000)
SVN-Revision: 316
openwrt/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/rules.mk
b/openwrt/rules.mk
index 4218bbf1b2df557f66e23b3308a3f6ef1a5a434a..ba027d4576ac3d2cb576e9aaff3328b04e41e9c2 100644
(file)
--- 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)