svn commit: r542936 - head/security/ca_root_nss

Mathieu Arnold mat at freebsd.org
Tue Aug 4 10:10:07 UTC 2020


On Thu, Jul 23, 2020 at 03:13:22PM +0000, Jochen Neumeister wrote:
>  do-install-ETCSYMLINK-on:
>  	${MKDIR} ${STAGEDIR}/etc/ssl
> -	${LN} -sf ${PREFIX}/${CERTDIR}/ca-root-nss.crt ${STAGEDIR}/etc/ssl/cert.pem
> +	${LN} -sf ../..${PREFIX}/${CERTDIR}/ca-root-nss.crt ${STAGEDIR}/etc/ssl/cert.pem

This is wrong, only symlinks within ${PREFIX} have to be relative, links
outside of it should be absolute.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200804/e7ba6d2b/attachment.sig>


More information about the svn-ports-all mailing list