forked from tastytea/overlay
www-apps/gotify-server-bin: Fix name of init service.
This commit is contained in:
parent
d5608cb84e
commit
dceed25b4e
|
@ -32,7 +32,7 @@ src_prepare() {
|
|||
src_install() {
|
||||
newbin gotify-linux-amd64 ${PN}
|
||||
dodoc config.example.yml
|
||||
doinitd "${FILESDIR}/${PN}.initd"
|
||||
newinitd "${FILESDIR}/${PN}.initd" ${PN}
|
||||
|
||||
if use logrotate; then
|
||||
insinto etc/logrotate.d
|
||||
|
|
Loading…
Reference in New Issue
Block a user