mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
ca-certificates: c_rehash -> openssl certhash (LibreSSL 2.1.4).
This commit is contained in:
parent
7765785b3e
commit
7fef7d9f48
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ca-certificates'
|
# Template file for 'ca-certificates'
|
||||||
pkgname=ca-certificates
|
pkgname=ca-certificates
|
||||||
version=20141019
|
version=20141019
|
||||||
revision=1
|
revision=2
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
depends="virtual?openssl run-parts"
|
depends="virtual?openssl run-parts"
|
||||||
|
@ -26,4 +26,5 @@ do_install() {
|
||||||
${DESTDIR}/usr/share/man/man8/update-ca-certificates.8
|
${DESTDIR}/usr/share/man/man8/update-ca-certificates.8
|
||||||
cd ${DESTDIR}/usr/share/ca-certificates
|
cd ${DESTDIR}/usr/share/ca-certificates
|
||||||
find . -name '*.crt' | sort | cut -b3- > ${DESTDIR}/etc/ca-certificates.conf
|
find . -name '*.crt' | sort | cut -b3- > ${DESTDIR}/etc/ca-certificates.conf
|
||||||
|
sed -i 's,c_rehash,openssl certhash,g' ${DESTDIR}/usr/sbin/update-ca-certificates
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue