From 4206dacd9025f4757297c707d046ea7c389c30f0 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Mon, 27 Jan 2014 18:53:42 +1100 Subject: [PATCH] python2-chardet: hard code path to python to prevent virtual python issues --- python2-chardet/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python2-chardet/Pkgfile b/python2-chardet/Pkgfile index 5bc110a52..a04a16683 100644 --- a/python2-chardet/Pkgfile +++ b/python2-chardet/Pkgfile @@ -11,6 +11,6 @@ source=(https://pypi.python.org/packages/source/c/chardet/chardet-$version.tar.g build() { cd chardet-$version - python setup.py install --root=$PKG + /usr/bin/python setup.py install --root=$PKG find $PKG -name '*.egg-info' | xargs rm -rf }