summaryrefslogtreecommitdiffstats
path: root/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
diff options
context:
space:
mode:
author Dave Woodfall2021-05-06 19:14:56 +0200
committer Willy Sudiarto Raharjo2021-05-07 20:41:54 +0200
commitdd99ec11cd671b8ae767265d28af879d3461f76e (patch)
tree0df6e9e6698edd27013fe65c15d54da0a5649d83 /academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
parentbeed3d7fa58592a532415a2682727439c09ce3a9 (diff)
downloadslackbuilds-dd99ec11cd671b8ae767265d28af879d3461f76e.tar.gz
academic/cistrome-mdseqpos: Fix REQUIRES for python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild')
-rw-r--r--academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild2
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 \