diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-07-28 00:28:24 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-07-28 00:28:24 +0200 |
commit | ed76ee7723e232d288522db61e6ddabd6fd90b90 (patch) | |
tree | 580c7d6edf1f755ae314b854d9ea4a38d4579ae4 | |
parent | ecd60a86cdf9086912714100c0b0659c4d469870 (diff) |
Copy snippets/*.conf to /etc/lacmeupstream/0.4
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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 |