From 224dbfd7ca350652719eceadaa643cc1b1bef8d9 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Tue, 14 Jun 2016 03:23:32 +0200
Subject: Move X.509 certs to a separate directory.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

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
-- 
cgit v1.2.3