From fa24b35fd205dff9443e50b5e1c40517a0ca2890 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Fri, 13 Jan 2023 07:54:34 +0100 Subject: [PATCH] fix typo bug --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index 4bf4223..ce2281f 100644 --- a/chromium.spec +++ b/chromium.spec @@ -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`