mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix centos build permissions
This commit is contained in:
parent
215a27b202
commit
25c4718bee
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ Jellyfin is a free software media system that puts you in control of managing an
|
|||
%build
|
||||
|
||||
%install
|
||||
%if 0%{?rhel} > 0 && 0%{?rhel} < 8
|
||||
# Required for CentOS build
|
||||
chown root:root -R .
|
||||
%endif
|
||||
npm ci --no-audit --unsafe-perm
|
||||
%{__mkdir} -p %{buildroot}%{_datadir}
|
||||
mv dist %{buildroot}%{_datadir}/jellyfin-web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue