We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

comparison media-tv/emby-server/emby-server-3.2.19.0.ebuild @ 209:e4c117d62d99

hopefully fixed cert-sync problem on systems where no prior sync has happened
author gsnerf <gsnerf@gsnerf.de>
date Mon, 05 Jun 2017 16:32:04 +0200
parents c1e2a1ea65b6
children
comparison
equal deleted inserted replaced
208:59c92b73a6ce 209:e4c117d62d99
52 } 52 }
53 53
54 54
55 src_compile() { 55 src_compile() {
56 einfo "updating root certificates for mono certificate store" 56 einfo "updating root certificates for mono certificate store"
57 addwrite "/usr/share/.mono/keypairs"
57 cert-sync /etc/ssl/certs/ca-certificates.crt 58 cert-sync /etc/ssl/certs/ca-certificates.crt
58 einfo "compiling" 59 einfo "compiling"
59 xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.sln || die "building failed" 60 xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.sln || die "building failed"
60 } 61 }
61 62