From 2fded2c647ffc3ec4429a7d8d10606fe4d922668 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 5 Jan 2015 19:00:08 +0000 Subject: Run update-ca-certificates at system-integration time --- strata/core/ca-certificates.morph | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'strata/core/ca-certificates.morph') diff --git a/strata/core/ca-certificates.morph b/strata/core/ca-certificates.morph index 3072e4f3..111db2f0 100644 --- a/strata/core/ca-certificates.morph +++ b/strata/core/ca-certificates.morph @@ -10,9 +10,8 @@ post-install-commands: - | cd "$DESTDIR"/usr/share/ca-certificates find * -type f > "$DESTDIR"/etc/ca-certificates.conf -- | - 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 +- mkdir -p "$DESTDIR/etc/ssl/certs" +system-integration: + ca-certificates-misc: + 00-update-ca-certs: + - update-ca-certificates -- cgit v1.2.1