From 5bc3025588f5a7198acc134e90b84cebafaca98e Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Fri, 30 Dec 2022 12:07:43 +0100 Subject: [PATCH] fixed symlinks --- chromium.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chromium.spec b/chromium.spec index 7aebe07..8d5662f 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1367,7 +1367,7 @@ sed -i "s|@@CHROMIUM_BROWSER_CHANNEL@@|$CHROMIUM_BROWSER_CHANNEL|g" %{buildroot} sed -i "s|@@EXTRA_FLAGS@@|$EXTRA_FLAGS|g" %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh %endif -ln -s ..%{chromium_path}/%{chromium_browser_channel}.sh %{buildroot}%{_bindir}/%{chromium_browser_channel} +ln -s ../..%{chromium_path}/%{chromium_browser_channel}.sh %{buildroot}%{_bindir}/%{chromium_browser_channel} mkdir -p %{buildroot}%{_mandir}/man1/ pushd %{builddir} @@ -1422,7 +1422,7 @@ pushd %{builddir} # chromedriver cp -a chromedriver %{buildroot}%{chromium_path}/chromedriver - ln -s ..%{chromium_path}/chromedriver %{buildroot}%{_bindir}/chromedriver + ln -s ../..%{chromium_path}/chromedriver %{buildroot}%{_bindir}/chromedriver %if %{build_remoting} # Remote desktop bits