ca-certificates: etc/ssl/certs must exist for update-certificates.
This commit is contained in:
parent
24e285fc4e
commit
b5186b7073
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ case ${ACTION} in
|
||||||
post)
|
post)
|
||||||
[ ! -d etc/ca-certificates/update.d ] && \
|
[ ! -d etc/ca-certificates/update.d ] && \
|
||||||
install -d etc/ca-certificates/update.d
|
install -d etc/ca-certificates/update.d
|
||||||
|
[ ! -d etc/ssl/certs ] && install -d etc/ssl/certs
|
||||||
usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
|
usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'ca-certificates'
|
# Template file for 'ca-certificates'
|
||||||
pkgname=ca-certificates
|
pkgname=ca-certificates
|
||||||
version=20110421
|
version=20110421
|
||||||
|
revision=1
|
||||||
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Common CA certificates"
|
short_desc="Common CA certificates"
|
||||||
|
|
Loading…
Reference in a new issue