summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2014-01-27 18:49:09 +1100
committerDanny Rawlins <monster.romster@gmail.com>2014-01-27 18:49:09 +1100
commit6679b36a60665b2ded6b2e5624d54627d09381bb (patch)
tree370cf8e07f9d707cfec40c389f5070355cd87365
parent797fc01e782de920ba031516c0ef81508c8b6716 (diff)
downloadcontrib-6679b36a60665b2ded6b2e5624d54627d09381bb.tar.gz
contrib-6679b36a60665b2ded6b2e5624d54627d09381bb.tar.xz
numarray: hard code path to python to prevent virtual python issues
-rw-r--r--numarray/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/numarray/Pkgfile b/numarray/Pkgfile
index 85ac3b7ae..a6d919f88 100644
--- a/numarray/Pkgfile
+++ b/numarray/Pkgfile
@@ -11,5 +11,5 @@ source=(http://downloads.sourceforge.net/project/numpy/Old%20Numarray/$version/$
build() {
cd $name-$version
- python setup.py install --root=$PKG
+ /usr/bin/python setup.py install --root=$PKG
}

Generated by cgit