aboutsummaryrefslogtreecommitdiff
path: root/system/vhba-module/vhba-module.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/vhba-module/vhba-module.SlackBuild')
-rw-r--r--system/vhba-module/vhba-module.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/system/vhba-module/vhba-module.SlackBuild b/system/vhba-module/vhba-module.SlackBuild
index 6e4303688b11..27f553259520 100644
--- a/system/vhba-module/vhba-module.SlackBuild
+++ b/system/vhba-module/vhba-module.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for vhba-module
# Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2010-2011 Niels Horn, Rio de Janeiro, Brazil
+# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,11 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Maintained as of version 20100822 by Niels Horn <niels.horn@gmail.com>
-# Revision date: 2011/06/08
+# Revision date: 2011/09/24
PRGNAM=vhba-module
-VERSION=${VERSION:-20110416}
+VERSION=${VERSION:-20110915}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +39,7 @@ if [ -z "$ARCH" ]; then
fi
KERNEL=${KERNEL:-$(uname -r)}
-PKGKERNEL=${KERNEL//-/_}
+PKGKERNEL=$(echo $KERNEL | tr - _)
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}