mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 10:16:18 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user