From 5d5be2500871ed35e75b2298c6777eae77bddd52 Mon Sep 17 00:00:00 2001 From: Tarulia Date: Mon, 25 Apr 2022 21:55:21 +0200 Subject: [PATCH] Move web-files to default location * when running Jellyfin as a user from a terminal without passing arguments, it would not find the web-files. This moves them to the expected/default location. * fixes #2059 --- fedora/jellyfin-web.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index 056528db2e..8490d60c5c 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -35,13 +35,13 @@ npm ci --no-audit --unsafe-perm %install -%{__mkdir} -p %{buildroot}%{_datadir}/jellyfin-web -%{__cp} -r dist/* %{buildroot}%{_datadir}/jellyfin-web +%{__mkdir} -p %{buildroot}%{_libdir}/jellyfin/jellyfin-web +%{__cp} -r dist/* %{buildroot}%{_libdir}/jellyfin/jellyfin-web %files %defattr(644,root,root,755) -%{_datadir}/jellyfin-web +%{_libdir}/jellyfin/jellyfin-web %license LICENSE