diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 03:23:32 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 03:24:47 +0200 |
commit | 224dbfd7ca350652719eceadaa643cc1b1bef8d9 (patch) | |
tree | 44b5e0a37e64174a51a433fc9065c59b344d5c88 /Makefile | |
parent | fa7ece50a671d18feb5f7c5750849d9c1c18729a (diff) |
Move X.509 certs to a separate directory.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ install: ${MANPAGES} install -d $(DESTDIR)/etc/lacme install -m0644 -t $(DESTDIR)/etc/lacme config/*.conf install -d $(DESTDIR)/usr/share/lacme - install -m0644 -t $(DESTDIR)/usr/share/lacme lets-encrypt-x[1-4]-cross-signed.pem + install -m0644 -t $(DESTDIR)/usr/share/lacme certs/lets-encrypt-x[1-4]-cross-signed.pem install -d $(DESTDIR)/usr/lib/lacme install -m0755 -t $(DESTDIR)/usr/lib/lacme client webserver install -d $(DESTDIR)/usr/share/man/man1 |