From da7daf6316784dcdfbf86360afe19b3cd5dc808c Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 11 Mar 2023 21:19:45 +0700 Subject: academic/ViennaRNA: Fix build. Signed-off-by: Willy Sudiarto Raharjo --- academic/ViennaRNA/ViennaRNA.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'academic/ViennaRNA') diff --git a/academic/ViennaRNA/ViennaRNA.SlackBuild b/academic/ViennaRNA/ViennaRNA.SlackBuild index 9d6da8902e..edd9fe0e15 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/ -- cgit v1.2.3