mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix missed backport change
This stupid file is back; looks like its location changed in .NET 3.0 versus .NET 2.2. Just revert it back to its original location. Related to #1859
This commit is contained in:
parent
e73cf46e14
commit
cf54a0e8be
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ EOF
|
|||
%{_libdir}/%{name}/createdump
|
||||
# Needs 755 else only root can run it since binary build by dotnet is 722
|
||||
%attr(755,root,root) %{_libdir}/%{name}/jellyfin
|
||||
%{_libdir}/%{name}/SOS_README.md
|
||||
%{_libdir}/%{name}/sosdocsunix.txt
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_libexecdir}/%{name}/restart.sh
|
||||
%{_prefix}/lib/firewalld/services/%{name}.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue