From 076188605135b69bf68ff04dea2a789813d3c66e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 11 Jul 2007 16:22:02 +0000 Subject: [PATCH] added to ipsec.conf installation path --- src/starter/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am index e2be69c01..fdebf5182 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