diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 03:25:19 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 03:25:19 +0200 |
commit | 2ad62692c51ef412810de3ed78d9aa18cd86b532 (patch) | |
tree | 08715b6c7262ac846d5a1faa4424030727a9b922 /Makefile | |
parent | 61727c93687f1a3b730112c52d136c92c970ef3b (diff) | |
parent | 224dbfd7ca350652719eceadaa643cc1b1bef8d9 (diff) |
Merge branch 'master' into debian
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 |