conf: Install strongswan.conf template from a separate directory
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
SUBDIRS = src man init testing
|
SUBDIRS = src man conf init testing
|
||||||
|
|
||||||
if USE_SCRIPTS
|
if USE_SCRIPTS
|
||||||
SUBDIRS += scripts
|
SUBDIRS += scripts
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
EXTRA_DIST = strongswan.conf
|
||||||
|
|
||||||
|
install-exec-local :
|
||||||
|
test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
|
||||||
|
test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true
|
||||||
@@ -1368,6 +1368,7 @@ fi
|
|||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
|
conf/Makefile
|
||||||
man/Makefile
|
man/Makefile
|
||||||
init/Makefile
|
init/Makefile
|
||||||
init/systemd/Makefile
|
init/systemd/Makefile
|
||||||
|
|||||||
@@ -119,9 +119,3 @@ endif
|
|||||||
if USE_INTEGRITY_TEST
|
if USE_INTEGRITY_TEST
|
||||||
SUBDIRS += checksum
|
SUBDIRS += checksum
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = strongswan.conf
|
|
||||||
|
|
||||||
install-exec-local :
|
|
||||||
test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
|
|
||||||
test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user