diff options
-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 |