diff options
-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/ |