updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / penguintv / python2.patch
blobc165a1502d1390877f926d198d3abafbc2571337
1 Use the “python2” command on Arch Linux because “python” refers to version 3,
2 and this package isn’t compatible with that version.
4 --- PenguinTV.in 2011-11-21 06:55:15.000000000 +0000
5 +++ PenguinTV.in 2011-11-21 06:56:06.000000000 +0000
6 @@ -26,7 +26,7 @@ fi
7 HILDON=0
8 RUNMOZ_DIR=""
9 if [ "$PYTHON"x = "x" ] ; then
10 - PYTHON="/usr/bin/env python"
11 + PYTHON="/usr/bin/env python2"
14 if [ -f "/usr/lib/libgtkembedmoz.so.0" -a -d "/usr/lib/microb-engine" ]; then