]> git.pld-linux.org Git - packages/ca-certificates.git/blame - ca-certificates-more-certs.patch
- versioned Obsoletes
[packages/ca-certificates.git] / ca-certificates-more-certs.patch
CommitLineData
2b01365b
ER
1--- ca-certificates-20160104/Makefile~ 2015-12-20 11:49:23.000000000 +0200
2+++ ca-certificates-20160104/Makefile 2016-01-18 14:57:26.210501084 +0200
3dc5e4ea 3@@ -3,7 +3,7 @@
156426d3
JR
4 #
5
8d701533 6 CERTSDIR = /usr/share/ca-certificates
2b01365b 7-SUBDIRS = mozilla
9275ae03 8+SUBDIRS = mozilla 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
5884f740
JR
27--- ca-certificates/terena/Makefile 1970-01-01 01:00:00.000000000 +0100
28+++ ca-certificates-more/terena/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 ; \
5884f740 41+ done
2190f9b1
ER
42--- ca-certificates/esteid/Makefile 1970-01-01 01:00:00.000000000 +0100
43+++ ca-certificates-more/esteid/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 ; \
2190f9b1 56+ done
This page took 0.126228 seconds and 4 git commands to generate.