diff options
Diffstat (limited to 'academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild')
-rw-r--r-- | academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild index 76a78b497526f..83c83a83c4182 100644 --- a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild +++ b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cistrome-mdseqpos -# Copyright 2016-2017 Petar Petrov slackalaxy@gmail.com +# Copyright 2016-2021 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -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 .. -python2 setup.py install --root=$PKG +python setup.py install --root=$PKG cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |