mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Make directory permissions 755
Files can/should be 644 but directories need to be 755. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
This commit is contained in:
parent
31b52f2c32
commit
e404106f9c
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web
|
||||||
%{__install} -D -m 0644 LICENSE %{buildroot}%{_datadir}/licenses/jellyfin/LICENSE
|
%{__install} -D -m 0644 LICENSE %{buildroot}%{_datadir}/licenses/jellyfin/LICENSE
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(644,root,root) %{_datadir}/jellyfin-web
|
%defattr(644,root,root,755)
|
||||||
|
%{_datadir}/jellyfin-web
|
||||||
%{_datadir}/licenses/jellyfin/LICENSE
|
%{_datadir}/licenses/jellyfin/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue