aboutsummaryrefslogtreecommitdiff
path: root/games/nsudoku/nsudoku.SlackBuild
diff options
context:
space:
mode:
authorBrenton Earl <brent@exitstatusone.com>2017-04-01 01:03:18 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-01 01:03:18 +0700
commitc8ea54170109c6c4e7912535725c4ad7f14534c2 (patch)
treee6fd93cd90d66b7f07ce9d7424eec33a3bac4a79 /games/nsudoku/nsudoku.SlackBuild
parent5f0534196e817d7b8ab442a870c968a9f666a1e9 (diff)
downloadslackbuilds-c8ea54170109c6c4e7912535725c4ad7f14534c2.tar.xz
games/nsudoku: Switch to i586 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/nsudoku/nsudoku.SlackBuild')
-rw-r--r--games/nsudoku/nsudoku.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nsudoku/nsudoku.SlackBuild b/games/nsudoku/nsudoku.SlackBuild
index 3a952bd27802..0fe54f1ca83d 100644
--- a/games/nsudoku/nsudoku.SlackBuild
+++ b/games/nsudoku/nsudoku.SlackBuild
@@ -4,6 +4,7 @@
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com>
+# Copyright 2017 Brenton Earl <brent@exitstatusone.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -30,7 +31,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac