57 lines
1.1 KiB
Diff
57 lines
1.1 KiB
Diff
--- ca-certificates-20160104/Makefile~ 2015-12-20 11:49:23.000000000 +0200
|
|
+++ ca-certificates-20160104/Makefile 2016-01-18 14:57:26.210501084 +0200
|
|
@@ -3,7 +3,7 @@
|
|
#
|
|
|
|
CERTSDIR = /usr/share/ca-certificates
|
|
-SUBDIRS = mozilla
|
|
+SUBDIRS = mozilla certum terena esteid
|
|
|
|
all:
|
|
for dir in $(SUBDIRS); do \
|
|
--- ca-certificates/certum/Makefile 1970-01-01 01:00:00.000000000 +0100
|
|
+++ ca-certificates-more/certum/Makefile 2007-02-02 07:23:19.000000000 +0100
|
|
@@ -0,0 +1,12 @@
|
|
+#
|
|
+# Makefile
|
|
+#
|
|
+
|
|
+all:
|
|
+
|
|
+clean:
|
|
+
|
|
+install:
|
|
+ for p in *.crt; do \
|
|
+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
|
|
+ done
|
|
--- ca-certificates/terena/Makefile 1970-01-01 01:00:00.000000000 +0100
|
|
+++ ca-certificates-more/terena/Makefile 2007-02-02 07:23:19.000000000 +0100
|
|
@@ -0,0 +1,12 @@
|
|
+#
|
|
+# Makefile
|
|
+#
|
|
+
|
|
+all:
|
|
+
|
|
+clean:
|
|
+
|
|
+install:
|
|
+ for p in *.crt; do \
|
|
+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
|
|
+ done
|
|
--- ca-certificates/esteid/Makefile 1970-01-01 01:00:00.000000000 +0100
|
|
+++ ca-certificates-more/esteid/Makefile 2007-02-02 07:23:19.000000000 +0100
|
|
@@ -0,0 +1,12 @@
|
|
+#
|
|
+# Makefile
|
|
+#
|
|
+
|
|
+all:
|
|
+
|
|
+clean:
|
|
+
|
|
+install:
|
|
+ for p in *.crt; do \
|
|
+ install -p -m 644 $$p $(CERTSDIR)/$$p ; \
|
|
+ done
|