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:
parent
390a0edf70
commit
5d5be25008
1 changed files with 3 additions and 3 deletions
|
@ -35,13 +35,13 @@ npm ci --no-audit --unsafe-perm
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__mkdir} -p %{buildroot}%{_datadir}/jellyfin-web
|
%{__mkdir} -p %{buildroot}%{_libdir}/jellyfin/jellyfin-web
|
||||||
%{__cp} -r dist/* %{buildroot}%{_datadir}/jellyfin-web
|
%{__cp} -r dist/* %{buildroot}%{_libdir}/jellyfin/jellyfin-web
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%{_datadir}/jellyfin-web
|
%{_libdir}/jellyfin/jellyfin-web
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue