diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-10-04 08:10:36 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:28 -0500 |
commit | c7b6e320db7873555b05b7de04d4d89c40a34de1 (patch) | |
tree | ac25a4d3db8e143abf8114320b25f0de3d6ea33d /system/vhba-module/vhba-module.SlackBuild | |
parent | e7d3127544115792bdf87ca4da8c5834f5d44498 (diff) | |
download | slackbuilds-c7b6e320db7873555b05b7de04d4d89c40a34de1.tar.gz |
system/vhba-module: Updated for version 20110915.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/vhba-module/vhba-module.SlackBuild')
-rw-r--r-- | system/vhba-module/vhba-module.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/system/vhba-module/vhba-module.SlackBuild b/system/vhba-module/vhba-module.SlackBuild index 6e4303688b..27f5532595 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} |