From 5f8f6e76d88d0bc870a6391478912dca36a0f171 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Mon, 27 Jan 2014 22:09:36 +0700 Subject: academic/ncbi-blast-plus: Updated for version 2.2.29. Signed-off-by: Willy Sudiarto Raharjo --- academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild') diff --git a/academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild b/academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild index 24353fdd55ca..719fecce367d 100644 --- a/academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild +++ b/academic/ncbi-blast-plus/ncbi-blast-plus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ncbi-blast-plus -# Copyright 2013 Petar Petrov, ppetrov@paju.oulu.fi +# Copyright 2013-2014 Petar Petrov, petar.petrov@student.oulu.fi # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ncbi-blast-plus -VERSION=${VERSION:-2.2.28} +VERSION=${VERSION:-2.2.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=ncbi-blast -SRCVER=2.2.28+ +SRCVER=2.2.29+ if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -68,10 +68,10 @@ tar xvf $CWD/$TARNAME.tar.gz cd $SRCNAM-$SRCVER chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Install the precompiled binaries. cd bin -- cgit v1.2.3