summaryrefslogtreecommitdiffstats
path: root/academic/rbio/rbio.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/rbio/rbio.SlackBuild')
-rw-r--r--academic/rbio/rbio.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/rbio/rbio.SlackBuild b/academic/rbio/rbio.SlackBuild
index 41a321f5e3..0c386bf1a4 100644
--- a/academic/rbio/rbio.SlackBuild
+++ b/academic/rbio/rbio.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for RBio
-# Copyright 2013-2015 Kyle Guinn <elyk03@gmail.com>, USA
+# Copyright 2013-2016 Kyle Guinn <elyk03@gmail.com>, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,8 +26,8 @@ PRGNAM=rbio
SRCNAM=SuiteSparse
SUBDIR=RBio
VERSION=${VERSION:-2.2.1}
-SRCVER=${SRCVER:-4.4.4}
-BUILD=${BUILD:-1}
+SRCVER=${SRCVER:-4.4.6}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -68,7 +68,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM
-tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
+tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz $SRCNAM/$SUBDIR
cd $SRCNAM/$SUBDIR
chown -R root:root .
chmod -R u+w,go-w,a+rX-st .