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

diff 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
line wrap: on
line diff
--- a/media-tv/emby-server/emby-server-3.2.17.0.ebuild	Mon Jun 05 15:05:41 2017 +0200
+++ b/media-tv/emby-server/emby-server-3.2.17.0.ebuild	Mon Jun 05 16:32:04 2017 +0200
@@ -53,6 +53,7 @@
 
 src_compile() {
 	einfo "updating root certificates for mono certificate store"
+	addwrite "/usr/share/.mono/keypairs"
 	cert-sync /etc/ssl/certs/ca-certificates.crt
 	einfo "now actually compile"
 	xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.Mono.sln || die "building failed"