fix permission problem

This commit is contained in:
Than Ngo 2023-01-13 17:27:51 +01:00
parent 81a86de561
commit 55ac5ad4da
1 changed files with 1 additions and 0 deletions

View File

@ -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`