projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e39d6be
)
fix ipsec compile (FIXME: move DESTDIR to build template?)
author
Mike Baker
<mbm@openwrt.org>
Fri, 23 Jun 2006 23:29:09 +0000
(23:29 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 23 Jun 2006 23:29:09 +0000
(23:29 +0000)
SVN-Revision: 4069
openwrt/package/ipsec-tools/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/ipsec-tools/Makefile
b/openwrt/package/ipsec-tools/Makefile
index 5567036f83f65d445ba24c76e9d795aca7748a06..1a5ae5b4fd9cca5090d39e29b99dd3c59fa35b91 100644
(file)
--- a/
openwrt/package/ipsec-tools/Makefile
+++ b/
openwrt/package/ipsec-tools/Makefile
@@
-69,7
+69,7
@@
define Build/Configure
endef
define Build/Compile
- $(call Build/Compile/Default,install)
+ $(call Build/Compile/Default,
DESTDIR="$(PKG_INSTALL_DIR)" all
install)
endef
define Package/ipsec-tools/install