diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2018-08-12 20:31:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:45 +0700 |
commit | 12f699b403de14790143d50e917f3683cd1af5d9 (patch) | |
tree | 40c64d7d2de4d6aad931ece062ca55a6491280e6 | |
parent | 334a9bceeee8e218e4be0eed6669618db4cef248 (diff) | |
download | slackbuilds-12f699b403de14790143d50e917f3683cd1af5d9.tar.gz |
system/vhba-module: New maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | system/vhba-module/README | 6 | ||||
-rw-r--r-- | system/vhba-module/vhba-module.SlackBuild | 5 | ||||
-rw-r--r-- | system/vhba-module/vhba-module.info | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/system/vhba-module/README b/system/vhba-module/README index 2ad33d96ae..9fbdbeab2e 100644 --- a/system/vhba-module/README +++ b/system/vhba-module/README @@ -1,6 +1,6 @@ -This is VHBA (Virtual SCSI Host Bus adapter), a Linux kernel module which -acts as a low-level SCSI driver and which provides the SCSI layer with a -virtual SCSI adapter which can have multiple virtual devices. It is part +This is VHBA (Virtual SCSI Host Bus adapter), a Linux kernel module which +acts as a low-level SCSI driver and which provides the SCSI layer with a +virtual SCSI adapter which can have multiple virtual devices. It is part of the userspace-cdemu suite, a free GPL CD/DVD-ROM device emulator for linux. diff --git a/system/vhba-module/vhba-module.SlackBuild b/system/vhba-module/vhba-module.SlackBuild index bc6326f1bd..f843b49510 100644 --- a/system/vhba-module/vhba-module.SlackBuild +++ b/system/vhba-module/vhba-module.SlackBuild @@ -3,7 +3,8 @@ # Slackware build script for vhba-module # Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands -# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com> +# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -31,7 +32,7 @@ TAG=${TAG:-_SBo} # Setting ARCH is not supported (and the build crashes if ARCH is exported). unset ARCH case "$( uname -m )" in - i?86) SLKARCH=i486 ;; + i?86) SLKARCH=i586 ;; arm*) SLKARCH=arm ;; *) SLKARCH=$( uname -m ) ;; esac diff --git a/system/vhba-module/vhba-module.info b/system/vhba-module/vhba-module.info index 09dda4f4b1..fb74b84c0b 100644 --- a/system/vhba-module/vhba-module.info +++ b/system/vhba-module/vhba-module.info @@ -6,5 +6,5 @@ MD5SUM="f9478a5f5528fc672c204b6b4bd02213" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Niels Horn" -EMAIL="niels.horn@gmail.com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |