summaryrefslogtreecommitdiff
path: root/cacert.org/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cacert.org/Makefile')
-rw-r--r--cacert.org/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cacert.org/Makefile b/cacert.org/Makefile
index fd0c435..180ea6b 100644
--- a/cacert.org/Makefile
+++ b/cacert.org/Makefile
@@ -9,6 +9,5 @@ clean:
install:
cat root.crt class3.crt > cacert.org.crt
- for p in *.crt; do \
- install -m 644 $$p $(CERTSDIR)/$$p ; \
- done
+ install -m 644 cacert.org.crt $(CERTSDIR)/cacert.org.crt
+