aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-06-14 03:23:32 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-06-14 03:24:47 +0200
commit224dbfd7ca350652719eceadaa643cc1b1bef8d9 (patch)
tree44b5e0a37e64174a51a433fc9065c59b344d5c88 /Makefile
parentfa7ece50a671d18feb5f7c5750849d9c1c18729a (diff)
Move X.509 certs to a separate directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad586ab..f8084ed 100644
--- a/Makefile
+++ b/Makefile
@@ -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