fix typo bug

This commit is contained in:
Than Ngo 2023-01-13 07:54:34 +01:00
parent 0be0bc354a
commit fa24b35fd2
1 changed files with 1 additions and 1 deletions

View File

@ -1405,7 +1405,7 @@ mkdir -p %{buildroot}%{chromium_path}/locales
%if 0%{?use_vaapi}
cp -a %{SOURCE3} %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
%%else
grep -v features /usr/bin/chromium-browser > %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
grep -v features %{SOURCE3} > %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
%endif
export BUILD_TARGET=`cat /etc/redhat-release`