From: Tobias Brunner Date: Sun, 30 May 2010 11:07:32 +0000 (+0200) Subject: IPSEC_CONFDIR in ipsec script fixed. X-Git-Tag: 4.4.1~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d829c4c0a65b2d8cbbe7fb493a1f24e57d424ff;p=thirdparty%2Fstrongswan.git IPSEC_CONFDIR in ipsec script fixed. --- diff --git a/src/ipsec/Makefile.am b/src/ipsec/Makefile.am index e5c53e740b..510f1021ac 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 $@