From 3d829c4c0a65b2d8cbbe7fb493a1f24e57d424ff Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sun, 30 May 2010 13:07:32 +0200 Subject: [PATCH] IPSEC_CONFDIR in ipsec script fixed. --- src/ipsec/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@