projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix IPKG_TARGET_DIR
[openwrt.git]
/
openwrt
/
rules.mk
diff --git
a/openwrt/rules.mk
b/openwrt/rules.mk
index
4218bbf
..
ba027d4
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)
This page took
0.020832 seconds
and
4
git commands to generate.