ca-certificates: fix generated symlinks in capath when cwd != /.
This commit is contained in:
parent
8e7b21a472
commit
93cf32588a
|
@ -8,7 +8,7 @@
|
||||||
-CERTSDIR=/usr/share/ca-certificates
|
-CERTSDIR=/usr/share/ca-certificates
|
||||||
-LOCALCERTSDIR=/usr/local/share/ca-certificates
|
-LOCALCERTSDIR=/usr/local/share/ca-certificates
|
||||||
+CERTSCONF=$DESTDIR/etc/ca-certificates.conf
|
+CERTSCONF=$DESTDIR/etc/ca-certificates.conf
|
||||||
+CERTSDIR=$DESTDIR/usr/share/ca-certificates
|
+CERTSDIR=/usr/share/ca-certificates
|
||||||
+LOCALCERTSDIR=$DESTDIR/usr/local/share/ca-certificates
|
+LOCALCERTSDIR=$DESTDIR/usr/local/share/ca-certificates
|
||||||
CERTBUNDLE=ca-certificates.crt
|
CERTBUNDLE=ca-certificates.crt
|
||||||
-ETCCERTSDIR=/etc/ssl/certs
|
-ETCCERTSDIR=/etc/ssl/certs
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ca-certificates'
|
# Template file for 'ca-certificates'
|
||||||
pkgname=ca-certificates
|
pkgname=ca-certificates
|
||||||
version=20150426
|
version=20150426
|
||||||
revision=6
|
revision=7
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
hostmakedepends="libressl"
|
hostmakedepends="libressl"
|
||||||
depends="libressl>=2.2.4_2 run-parts"
|
depends="libressl>=2.2.4_2 run-parts"
|
||||||
|
|
Loading…
Reference in New Issue