From: Andreas Steffen Date: Wed, 11 Jul 2007 16:22:02 +0000 (-0000) Subject: added to ipsec.conf installation path X-Git-Tag: 4.1.5~42 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=076188605135b69bf68ff04dea2a789813d3c66e;ds=sidebyside added to ipsec.conf installation path --- diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am index e2be69c..fdebf51 100644 --- a/src/starter/Makefile.am +++ b/src/starter/Makefile.am @@ -34,4 +34,4 @@ defs.o: $(PLUTODIR)/defs.c $(PLUTODIR)/defs.h $(COMPILE) -c -o $@ $< install-exec-local : - test -e "$(sysconfdir)/ipsec.conf" || $(INSTALL) ipsec.conf $(sysconfdir)/ipsec.conf + test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf