diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2015-02-04 19:49:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-05 06:31:07 +0700 |
commit | 4825ef51fc14e77c282b6430b6a0c8b81a97df43 (patch) | |
tree | cfe4dcba9bde433f96c24182c6f40b3892fbda02 /academic/mrbayes/mrbayes.SlackBuild | |
parent | 24bdcd7dda37c1de09d81b776a3c356578aa024f (diff) | |
download | slackbuilds-4825ef51fc14e77c282b6430b6a0c8b81a97df43.tar.gz |
academic/mrbayes: Updated for version 3.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/mrbayes/mrbayes.SlackBuild')
-rw-r--r-- | academic/mrbayes/mrbayes.SlackBuild | 9 |
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 \ |