diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 21:19:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 21:19:45 +0700 |
commit | da7daf6316784dcdfbf86360afe19b3cd5dc808c (patch) | |
tree | 3c0f48397baaa13fdad66c70f114566ea85c7ede /academic/ViennaRNA | |
parent | 0968f99d64e4ad77a7f2a7e9f4ef3ffaaeb7fb2f (diff) |
academic/ViennaRNA: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/ViennaRNA')
-rw-r--r-- | academic/ViennaRNA/ViennaRNA.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/academic/ViennaRNA/ViennaRNA.SlackBuild b/academic/ViennaRNA/ViennaRNA.SlackBuild index 9d6da8902ee9d..edd9fe0e157a3 100644 --- a/academic/ViennaRNA/ViennaRNA.SlackBuild +++ b/academic/ViennaRNA/ViennaRNA.SlackBuild @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -172,7 +169,7 @@ rm -r $PKG/usr/share/ViennaRNA/bin # re-organise info files the Slackware/SBo way mkdir $PKG/usr/info/ -rm $PKG/usr/share/info/dir +rm -rf $PKG/usr/share/info/dir #gzip and move info file gzip -9 $PKG/usr/share/info/*.info mv $PKG/usr/share/info/*.info* $PKG/usr/info/ |