ports/opt (3.5): p11-kit: post-install fix a removed symlink that steam and streamlink and possibly others use
26 Feb
2019
26 Feb
'19
7:11 p.m.
commit 936284b3cf56f6ce0b4c703a136b4b7d238ee7fb Author: Danny Rawlins <monster.romster@gmail.com> Date: Tue Feb 26 22:11:57 2019 +1100 p11-kit: post-install fix a removed symlink that steam and streamlink and possibly others use diff --git a/p11-kit/post-install b/p11-kit/post-install index 2670d36ba..814800d0b 100755 --- a/p11-kit/post-install +++ b/p11-kit/post-install @@ -2,3 +2,6 @@ /usr/bin/update-ca-trust +# steam and streamlink use this +[ -e /etc/ssl/certs/ca-certificates.crt ] || ln -s ../cert.pem /etc/ssl/certs/ca-certificates.crt +
2150
Age (days ago)
2150
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu