megacoffee.net Gentoo overlay - legacy mirror
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.17.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 |
---|---|
51 } | 51 } |
52 | 52 |
53 | 53 |
54 src_compile() { | 54 src_compile() { |
55 einfo "updating root certificates for mono certificate store" | 55 einfo "updating root certificates for mono certificate store" |
56 addwrite "/usr/share/.mono/keypairs" | |
56 cert-sync /etc/ssl/certs/ca-certificates.crt | 57 cert-sync /etc/ssl/certs/ca-certificates.crt |
57 einfo "now actually compile" | 58 einfo "now actually compile" |
58 xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.Mono.sln || die "building failed" | 59 xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.Mono.sln || die "building failed" |
59 } | 60 } |
60 | 61 |