fixed symlinks
This commit is contained in:
parent
23f15e462f
commit
5bc3025588
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user