summaryrefslogtreecommitdiff
path: root/strata/core/ca-certificates.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/ca-certificates.morph')
-rw-r--r--strata/core/ca-certificates.morph22
1 files changed, 9 insertions, 13 deletions
diff --git a/strata/core/ca-certificates.morph b/strata/core/ca-certificates.morph
index 195d45d4..0497b283 100644
--- a/strata/core/ca-certificates.morph
+++ b/strata/core/ca-certificates.morph
@@ -4,26 +4,22 @@ build-system: manual
build-commands:
- make
install-commands:
+#
+# ca-certificates makefile does not properly take responsibility
+# for creating the paths it installs to
+#
- mkdir -p "$DESTDIR"/usr/share/ca-certificates
- mkdir -p "$DESTDIR"/usr/sbin
- make DESTDIR="$DESTDIR" install
- mkdir "$DESTDIR"/etc
-- |
- cd "$DESTDIR"/usr/share/ca-certificates
- find * -type f > "$DESTDIR"/etc/ca-certificates.conf
-#
-# The curl build requires some certificates to be present
-# at build time. Building curl without the certificates
-# installed results in a git which cannot use https.
#
-# See: http://listmaster.pepperfish.net/pipermail/baserock-dev-baserock.org/2015-January/010419.html
+# We create the config with all certificates provided
+# by the debian package enabled. Some systems may want
+# to override the ca-certificates.conf file.
#
- |
- export CERTSCONF="$DESTDIR/etc/ca-certificates.conf"
- export CERTSDIR="$DESTDIR/usr/share/ca-certificates"
- export ETCCERTSDIR="$DESTDIR/etc/ssl/certs"
- mkdir -p "$ETCCERTSDIR"
- ./sbin/update-ca-certificates
+ cd "$DESTDIR"/usr/share/ca-certificates
+ find * -type f > "$DESTDIR"/etc/ca-certificates.conf
system-integration:
ca-certificates-misc:
00-update-ca-certs: