diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 16:52:52 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 16:52:52 +0100 |
commit | 47ff80f540e71229832c972dcc2653958a0d7b56 (patch) | |
tree | 331a34f4848f216382067ede028e84a484c2d8eb /Makefile | |
parent | 94a72b73a2b7e4309a7bc6434e85dfba8b1c8a7d (diff) | |
parent | 0eb9f40182299b2615f5ac0190d40429f5f64ed7 (diff) |
Merge tag 'upstream/0.2' into debian
Upstream version 0.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ all: ${MANPAGES} 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 -d $(DESTDIR)/usr/share/lacme install -m0644 -t $(DESTDIR)/usr/share/lacme certs/lets-encrypt-x[1-4]-cross-signed.pem |