mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
47954aace3
Enable RNAxplorer, needs setting which blas is used to compile lapack(e), see README and ViennaRNA.SlackBuild Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 lines
128 B
Bash
4 lines
128 B
Bash
if [ -x /usr/bin/install-info ]; then
|
|
/usr/bin/install-info --info-dir=usr/info usr/info/RNAlib.info.gz 1> /dev/null 2>&1
|
|
fi
|
|
|