strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sbindir is required in the PATH of _updown
[strongswan.git]
/
src
/
_updown
/
Makefile.am
diff --git
a/src/_updown/Makefile.am
b/src/_updown/Makefile.am
index
d0b7a27
..
9fd5927
100644
(file)
--- a/
src/_updown/Makefile.am
+++ b/
src/_updown/Makefile.am
@@
-5,6
+5,7
@@
EXTRA_DIST = _updown.in
_updown : _updown.in
sed \
+ -e "s:@IPSEC_SBINDIR@:$(sbindir):" \
-e "s:\@IPSEC_ROUTING_TABLE\@:$(IPSEC_ROUTING_TABLE):" \
-e "s:\@IPSEC_ROUTING_TABLE_PRIO\@:$(IPSEC_ROUTING_TABLE_PRIO):" \
$< > $@