summaryrefslogtreecommitdiffstats
path: root/games/fgo/fgo.SlackBuild
diff options
context:
space:
mode:
author Philip Lacroix <slackph at posteo dot de>2017-02-18 00:26:40 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-02-18 00:27:06 +0000
commit89141f88871f5bdb3704faffbd3a7f1d538eb51d (patch)
treeae1d6f2dedb893b72a085f61df6f066f0fb2373a /games/fgo/fgo.SlackBuild
parent4ddf4ff73f025074acc4e0c5c397f746e1d261a8 (diff)
downloadslackbuilds-89141f88871f5bdb3704faffbd3a7f1d538eb51d.tar.gz
slackbuilds-89141f88871f5bdb3704faffbd3a7f1d538eb51d.tar.xz
games/fgo: Fixed doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--games/fgo/fgo.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fgo/fgo.SlackBuild b/games/fgo/fgo.SlackBuild
index 1726a0944e..fef783d9e3 100644
--- a/games/fgo/fgo.SlackBuild
+++ b/games/fgo/fgo.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for fgo
-# Copyright 2013-2015 Philip Lacroix <slackph at posteo dot de>
+# Copyright 2013-2017 Philip Lacroix <slackph at posteo dot de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,12 +24,12 @@
PRGNAM=fgo
VERSION=${VERSION:-1.5.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
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