]> git.ipfire.org Git - thirdparty/strongswan.git/blob - conf/Makefile.am
conf: Install strongswan.conf template from a separate directory
[thirdparty/strongswan.git] / conf / Makefile.am
1 EXTRA_DIST = strongswan.conf
2
3 install-exec-local :
4 test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
5 test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true