summaryrefslogtreecommitdiffstats
path: root/academic/mrbayes/mrbayes.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/mrbayes/mrbayes.SlackBuild')
-rw-r--r--academic/mrbayes/mrbayes.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/academic/mrbayes/mrbayes.SlackBuild b/academic/mrbayes/mrbayes.SlackBuild
index 79cba8f21e..a220dc05d7 100644
--- a/academic/mrbayes/mrbayes.SlackBuild
+++ b/academic/mrbayes/mrbayes.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mrbayes
-# Copyright 2013 Petar Petrov, petar.petrov@student.oulu.fi
+# Copyright 2013-2015 Petar Petrov, petar.petrov@student.oulu.fi
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mrbayes
-VERSION=${VERSION:-3.2.2}
+VERSION=${VERSION:-3.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +59,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ${PRGNAM}_${VERSION}
+rm -rf ${PRGNAM}-${VERSION}
+mkdir ${PRGNAM}-${VERSION}
+cd ${PRGNAM}-${VERSION}
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd ${PRGNAM}_${VERSION}
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \