mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
Bugfix build for 2019.1
This commit is contained in:
parent
de67b51c30
commit
32a8bb68e6
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ sed -i \
|
|||
# sure it sees python2 when it calls python
|
||||
ln -s %{_bindir}/python2 python
|
||||
|
||||
find . -type f -exec sed -i 's,#!/usr/bin/env python,#!/usr/bin/env python2,g' {} \;
|
||||
find . -type f -exec sed -i 's,#!/usr/bin/env python[^23],#!/usr/bin/env python2,g' {} \;
|
||||
|
||||
mkdir -p local_bin
|
||||
ln -s %{__python2} local_bin/python
|
||||
|
|
Loading…
Add table
Reference in a new issue