From c94b3df1a41d25ef7304d474f2782b1f60a61470 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Mon, 27 Jan 2014 18:51:57 +1100 Subject: [PATCH] pygame: hard code path to python to prevent virtual python issues --- pygame/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygame/Pkgfile b/pygame/Pkgfile index 36dd642c0..10885c9d3 100644 --- a/pygame/Pkgfile +++ b/pygame/Pkgfile @@ -16,8 +16,8 @@ build() { export CFLAGS="$CFLAGS -fno-strict-aliasing" patch -p1 -i $SRC/pygame-1.9.1-config.patch - python config.py -auto - python setup.py install --prefix=/usr --root $PKG + /usr/bin/python config.py -auto + /usr/bin/python setup.py install --prefix=/usr --root $PKG chmod a-x $PKG/usr/lib/python*/site-packages/pygame/*.so find $PKG -name '*.h' -exec chmod 0644 {} \;