1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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
This commit is contained in:
Tarulia 2022-04-25 21:55:21 +02:00
parent 390a0edf70
commit 5d5be25008

View file

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