diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-05-30 13:07:32 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-05-30 13:07:32 +0200 |
commit | 3d829c4c0a65b2d8cbbe7fb493a1f24e57d424ff (patch) | |
tree | f31b3a1b172c8f92bb2a2fa5c4d3493532c873df /src/ipsec/Makefile.am | |
parent | 8f76653a4cc7c38b7ea1efce8dad8bea75db35d7 (diff) | |
download | strongswan-3d829c4c0a65b2d8cbbe7fb493a1f24e57d424ff.tar.bz2 strongswan-3d829c4c0a65b2d8cbbe7fb493a1f24e57d424ff.tar.xz |
IPSEC_CONFDIR in ipsec script fixed.
Diffstat (limited to 'src/ipsec/Makefile.am')
-rw-r--r-- | src/ipsec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipsec/Makefile.am b/src/ipsec/Makefile.am index e5c53e740..510f1021a 100644 --- a/src/ipsec/Makefile.am +++ b/src/ipsec/Makefile.am @@ -15,7 +15,7 @@ ipsec : ipsec.in -e "s:@IPSEC_DISTRO@::" \ -e "s:@IPSEC_DIR@:$(ipsecdir):" \ -e "s:@IPSEC_SBINDIR@:$(sbindir):" \ - -e "s:@IPSEC_CONFDIR@:$(confdir):" \ + -e "s:@IPSEC_CONFDIR@:$(sysconfdir):" \ -e "s:@IPSEC_PIDDIR@:$(piddir):" \ $(srcdir)/$@.in > $@ chmod +x $@ |