forked from tastytea/overlay
media-sound/navidrome-bin: fix example config install
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
0e2e28008b
commit
f899756a65
|
@ -15,7 +15,6 @@ SLOT="0"
|
|||
KEYWORDS="~amd64"
|
||||
IUSE="taglib"
|
||||
|
||||
DEPEND=""
|
||||
# TODO: ffmpeg USE-flags?
|
||||
RDEPEND="
|
||||
media-video/ffmpeg
|
||||
|
@ -37,7 +36,7 @@ src_install() {
|
|||
dobin navidrome
|
||||
dodoc README.md
|
||||
insinto /var/lib/navidrome
|
||||
doins navidrome.toml
|
||||
doins navidrome.toml.example
|
||||
fowners -R navidrome:navidrome /var/lib/navidrome
|
||||
keepdir /var/log/navidrome
|
||||
fowners navidrome:navidrome /var/log/navidrome
|
||||
|
|
Loading…
Reference in New Issue
Block a user