aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-06-14 03:25:19 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-06-14 03:25:19 +0200
commit2ad62692c51ef412810de3ed78d9aa18cd86b532 (patch)
tree08715b6c7262ac846d5a1faa4424030727a9b922 /Makefile
parent61727c93687f1a3b730112c52d136c92c970ef3b (diff)
parent224dbfd7ca350652719eceadaa643cc1b1bef8d9 (diff)
Merge branch 'master' into debian
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