media-sound/navidrome-bin: fix example config install

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2024-03-22 14:44:17 +01:00
parent 0e2e28008b
commit f899756a65
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 2 deletions

View File

@ -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