diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-01-27 18:36:52 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-01-27 18:36:52 +1100 |
commit | 8a508e21fcd70b1e72828ece8299b55c6b2d5463 (patch) | |
tree | 624356e0f0b10ecd08767ab87d8a0930d6af736f /cython/Pkgfile | |
parent | 630010bc527027321ae2b59fbaa9090125af0e87 (diff) | |
download | contrib-8a508e21fcd70b1e72828ece8299b55c6b2d5463.tar.gz contrib-8a508e21fcd70b1e72828ece8299b55c6b2d5463.tar.xz |
cython: hard code path to python to prevent virtual python issues
Diffstat (limited to 'cython/Pkgfile')
-rw-r--r-- | cython/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/Pkgfile b/cython/Pkgfile index 65ae30a3c..822f685d1 100644 --- a/cython/Pkgfile +++ b/cython/Pkgfile @@ -11,5 +11,5 @@ source=(http://www.cython.org/release/Cython-$version.tar.gz) build() { cd Cython-$version - python setup.py install --root $PKG + /usr/bin/python setup.py install --root $PKG } |