diff options
Diffstat (limited to 'security/strongswan/files/patch-conf_Makefile.in')
-rw-r--r-- | security/strongswan/files/patch-conf_Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/strongswan/files/patch-conf_Makefile.in b/security/strongswan/files/patch-conf_Makefile.in index 0d8969f38a06..0f9f1851c691 100644 --- a/security/strongswan/files/patch-conf_Makefile.in +++ b/security/strongswan/files/patch-conf_Makefile.in @@ -1,6 +1,6 @@ ---- conf/Makefile.in.orig 2019-03-29 18:18:48 UTC +--- conf/Makefile.in.orig 2024-03-19 10:57:29 UTC +++ conf/Makefile.in -@@ -899,15 +899,15 @@ install-data-local: $(plugins_install_src) +@@ -917,15 +917,15 @@ install-data-local: $(plugins_install_src) test -e "$(DESTDIR)${strongswanconfdir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanconfdir)" || true test -e "$(DESTDIR)${strongswanddir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanddir)" || true test -e "$(DESTDIR)${charonconfdir}" || $(INSTALL) -d "$(DESTDIR)$(charonconfdir)" || true |