diff options
Diffstat (limited to 'numeric')
-rw-r--r-- | numeric/Pkgfile | 2 |
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 } |