chromium: Fix build.

This commit is contained in:
Dylan Araps 2019-07-28 10:44:02 +03:00
parent c0227c505f
commit c3644ed06a

View File

@ -11,7 +11,7 @@ export PATH=$PWD/fix-python-bin:$PATH
mkdir -p fix-python-bin
cat << EOF > ./fix-python-bin/python
#!/bin/sh
exec python2 "$@"
exec python2 "\$@"
EOF
chmod +x ./fix-python-bin/python