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.0.7200.ebuild @ 184:734821f25078
updated init scripts for emby-server and emby-server-beta
author | gsnerf <gsnerf@gsnerf.de> |
---|---|
date | Sun, 25 Sep 2016 15:10:47 +0200 |
parents | c90ceb174535 |
children |
comparison
equal
deleted
inserted
replaced
183:c90ceb174535 | 184:734821f25078 |
---|---|
57 xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.Mono.sln || die "building failed" | 57 xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.Mono.sln || die "building failed" |
58 } | 58 } |
59 | 59 |
60 src_install() { | 60 src_install() { |
61 einfo "preparing startup scripts" | 61 einfo "preparing startup scripts" |
62 newinitd "${FILESDIR}"/emby-server.init_2 ${PN} | 62 newinitd "${FILESDIR}"/emby-server.init_3 ${PN} |
63 newconfd "${FILESDIR}"/emby-server.conf ${PN} | 63 newconfd "${FILESDIR}"/emby-server.conf ${PN} |
64 | 64 |
65 einfo "preparing startup log file" | 65 einfo "preparing startup log file" |
66 dodir /var/log/ | 66 dodir /var/log/ |
67 touch ${D}${STARTUP_LOG} | 67 touch ${D}${STARTUP_LOG} |