From 9c1fe15620376f5d60314d84e13a2651d50d64ad Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Mon, 27 Jan 2014 18:59:47 +1100 Subject: [PATCH] zope.interface: hard code path to python to prevent virtual python issues --- zope.interface/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zope.interface/Pkgfile b/zope.interface/Pkgfile index 340d23602..8d5589614 100644 --- a/zope.interface/Pkgfile +++ b/zope.interface/Pkgfile @@ -11,5 +11,5 @@ source=(http://pypi.python.org/packages/source/z/$name/$name-$version.zip) build() { cd $name-$version - python setup.py install --root=$PKG --prefix=/usr + /usr/bin/python setup.py install --root=$PKG --prefix=/usr }