summaryrefslogtreecommitdiff
path: root/strata/core/ca-certificates.morph
blob: 0497b28380df27ed9771a3ad8fbd754e7d367094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: ca-certificates
kind: chunk
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
#
# We create the config with all certificates provided
# by the debian package enabled. Some systems may want
# to override the ca-certificates.conf file.
#
- |
  cd "$DESTDIR"/usr/share/ca-certificates
  find * -type f > "$DESTDIR"/etc/ca-certificates.conf
system-integration:
  ca-certificates-misc:
    00-update-ca-certs:
    - update-ca-certificates