]> git.pld-linux.org Git - packages/ca-certificates.git/blame - ca-certificates-more-certs.patch
- up to 20141019
[packages/ca-certificates.git] / ca-certificates-more-certs.patch
CommitLineData
fba66a45
ER
1--- ca-certificates-20140223/Makefile~ 2014-03-13 14:43:00.000000000 +0200
2+++ ca-certificates-20140223/Makefile 2014-03-14 12:54:53.792082826 +0200
3dc5e4ea 3@@ -3,7 +3,7 @@
156426d3
JR
4 #
5
8d701533 6 CERTSDIR = /usr/share/ca-certificates
fba66a45
ER
7-SUBDIRS = mozilla spi-inc.org
8+SUBDIRS = mozilla spi-inc.org thawte certum terena esteid
8d701533
JR
9
10 all:
11 for dir in $(SUBDIRS); do \
8d701533
JR
12--- ca-certificates/certum/Makefile 1970-01-01 01:00:00.000000000 +0100
13+++ ca-certificates-more/certum/Makefile 2007-02-02 07:23:19.000000000 +0100
14@@ -0,0 +1,12 @@
15+#
16+# Makefile
17+#
18+
19+all:
20+
21+clean:
22+
23+install:
24+ for p in *.crt; do \
1180a18f 25+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
8d701533 26+ done
8d701533
JR
27--- ca-certificates/thawte/Makefile 1970-01-01 01:00:00.000000000 +0100
28+++ ca-certificates-more/thawte/Makefile 2007-02-02 07:23:19.000000000 +0100
29@@ -0,0 +1,12 @@
30+#
31+# Makefile
32+#
33+
34+all:
35+
36+clean:
37+
38+install:
39+ for p in *.crt; do \
1180a18f 40+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
8d701533 41+ done
5884f740
JR
42--- ca-certificates/terena/Makefile 1970-01-01 01:00:00.000000000 +0100
43+++ ca-certificates-more/terena/Makefile 2007-02-02 07:23:19.000000000 +0100
44@@ -0,0 +1,12 @@
45+#
46+# Makefile
47+#
48+
49+all:
50+
51+clean:
52+
53+install:
54+ for p in *.crt; do \
1180a18f 55+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
5884f740 56+ done
2190f9b1
ER
57--- ca-certificates/esteid/Makefile 1970-01-01 01:00:00.000000000 +0100
58+++ ca-certificates-more/esteid/Makefile 2007-02-02 07:23:19.000000000 +0100
59@@ -0,0 +1,12 @@
60+#
61+# Makefile
62+#
63+
64+all:
65+
66+clean:
67+
68+install:
69+ for p in *.crt; do \
1180a18f 70+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
2190f9b1 71+ done
This page took 0.036544 seconds and 4 git commands to generate.