ca-certificates: fix generated symlinks in capath when cwd != /.

This commit is contained in:
Juan RP 2015-10-31 08:19:30 +01:00
parent 8e7b21a472
commit 93cf32588a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
-CERTSDIR=/usr/share/ca-certificates
-LOCALCERTSDIR=/usr/local/share/ca-certificates
+CERTSCONF=$DESTDIR/etc/ca-certificates.conf
+CERTSDIR=$DESTDIR/usr/share/ca-certificates
+CERTSDIR=/usr/share/ca-certificates
+LOCALCERTSDIR=$DESTDIR/usr/local/share/ca-certificates
CERTBUNDLE=ca-certificates.crt
-ETCCERTSDIR=/etc/ssl/certs

View File

@ -1,7 +1,7 @@
# Template file for 'ca-certificates'
pkgname=ca-certificates
version=20150426
revision=6
revision=7
noarch="yes"
hostmakedepends="libressl"
depends="libressl>=2.2.4_2 run-parts"