fix permission problem

epel8
Than Ngo 2 years ago
parent 81a86de561
commit 55ac5ad4da

@ -1406,6 +1406,7 @@ mkdir -p %{buildroot}%{chromium_path}/locales
cp -a %{SOURCE3} %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
%else
grep -v features %{SOURCE3} > %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
chmod 755 %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
%endif
export BUILD_TARGET=`cat /etc/redhat-release`

Loading…
Cancel
Save