]> git.pld-linux.org Git - packages/ca-certificates.git/blob - ca-certificates-more-certs.patch
.
[packages/ca-certificates.git] / ca-certificates-more-certs.patch
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
3 @@ -3,7 +3,7 @@
4  #
5  
6  CERTSDIR = /usr/share/ca-certificates
7 -SUBDIRS = mozilla spi-inc.org
8 +SUBDIRS = mozilla spi-inc.org thawte certum terena esteid
9  
10  all:
11         for dir in $(SUBDIRS); do \
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 \
25 +        install -p -m 644 $$p $(CERTSDIR)/$$p ; \
26 +       done
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 \
40 +        install -p -m 644 $$p $(CERTSDIR)/$$p ; \
41 +       done
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 \
55 +        install -p -m 644 $$p $(CERTSDIR)/$$p ; \
56 +       done
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 \
70 +        install -p -m 644 $$p $(CERTSDIR)/$$p ; \
71 +       done
This page took 0.093028 seconds and 3 git commands to generate.