diff options
Diffstat (limited to 'academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild')
-rw-r--r-- | academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild index 95867993fa..76a78b4975 100644 --- a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild +++ b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild @@ -84,7 +84,7 @@ export CFLAGS=-I/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages/numpy/core/inclu cd mdseqpos/lib cp settings.py.example settings.py cd .. -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |