added to ipsec.conf installation path

This commit is contained in:
Andreas Steffen
2007-07-11 16:22:02 +00:00
parent e5e868e430
commit 0761886051
+1 -1
View File
@@ -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