aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5df5627..7fd32f8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ install:
install -d $(DESTDIR)/etc/letsencrypt-tiny
install -m0644 -t $(DESTDIR)/etc/letsencrypt-tiny config/*.conf
install -d $(DESTDIR)/usr/share/letsencrypt-tiny
- install -m0644 -t $(DESTDIR)/usr/share/letsencrypt-tiny lets-encrypt-x[12]-cross-signed.pem
+ install -m0644 -t $(DESTDIR)/usr/share/letsencrypt-tiny lets-encrypt-x[1-4]-cross-signed.pem
install -d $(DESTDIR)/usr/lib/letsencrypt-tiny
install -m0755 -t $(DESTDIR)/usr/lib/letsencrypt-tiny client webserver
install -d $(DESTDIR)/usr/share/man/man1