summaryrefslogtreecommitdiff
path: root/numeric
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2014-01-27 18:49:45 +1100
committerDanny Rawlins <monster.romster@gmail.com>2014-01-27 18:49:45 +1100
commit6292910cd955fbb174f1c567e2e65619b9b44da3 (patch)
tree6087a4f50256bd305f67547dd57679d6d558cbfe /numeric
parent6679b36a60665b2ded6b2e5624d54627d09381bb (diff)
downloadcontrib-6292910cd955fbb174f1c567e2e65619b9b44da3.tar.gz
contrib-6292910cd955fbb174f1c567e2e65619b9b44da3.tar.xz
numeric: hard code path to python to prevent virtual python issues
Diffstat (limited to 'numeric')
-rw-r--r--numeric/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric/Pkgfile b/numeric/Pkgfile
index 2b92868e4..1e8646048 100644
--- a/numeric/Pkgfile
+++ b/numeric/Pkgfile
@@ -11,5 +11,5 @@ source=(http://downloads.sourceforge.net/project/numpy/Old%20Numeric/$version/Nu
build() {
cd Numeric-$version
- python setup.py install --root=$PKG
+ /usr/bin/python setup.py install --root=$PKG
}

Generated by cgit