aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-07-28 00:28:24 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-07-28 00:28:24 +0200
commited76ee7723e232d288522db61e6ddabd6fd90b90 (patch)
tree580c7d6edf1f755ae314b854d9ea4a38d4579ae4
parentecd60a86cdf9086912714100c0b0659c4d469870 (diff)
Copy snippets/*.conf to /etc/lacmeupstream/0.4
-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