summaryrefslogtreecommitdiffstats
path: root/system/vhba-module/vhba-module.SlackBuild
diff options
context:
space:
mode:
author Isaac Yu2018-08-12 21:31:49 +0200
committer Willy Sudiarto Raharjo2018-08-18 03:39:45 +0200
commit12f699b403de14790143d50e917f3683cd1af5d9 (patch)
tree40c64d7d2de4d6aad931ece062ca55a6491280e6 /system/vhba-module/vhba-module.SlackBuild
parent334a9bceeee8e218e4be0eed6669618db4cef248 (diff)
downloadslackbuilds-12f699b403de14790143d50e917f3683cd1af5d9.tar.gz
system/vhba-module: New maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/vhba-module/vhba-module.SlackBuild')
-rw-r--r--system/vhba-module/vhba-module.SlackBuild5
1 files changed, 3 insertions, 2 deletions
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