aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog1
-rw-r--r--Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d3fc678..2fd2f8e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
lacme (0.4) upstream;
* Fix generation of manpages with pandoc >=1.18
+ * Copy snippets/*.conf to /etc/lacme
-- Guilhem Moulin <guilhem@fripost.org> Fri, 28 Jul 2017 00:16:06 +0200
diff --git a/Makefile b/Makefile
index 16ec63e..76057e2 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ install: ${MANPAGES}
install -d $(DESTDIR)/etc/lacme
install -d $(DESTDIR)/etc/lacme/lacme-certs.conf.d
install -m0644 -t $(DESTDIR)/etc/lacme config/*.conf
+ install -m0644 -t $(DESTDIR)/etc/lacme snippets/*.conf
install -d $(DESTDIR)/usr/share/lacme
install -m0644 -t $(DESTDIR)/usr/share/lacme certs/lets-encrypt-x[1-4]-cross-signed.pem
install -d $(DESTDIR)/usr/lib/lacme