summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 23:51:48 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:28:03 +0000
commitc6233cbcc83d0c07df11d783757a680a93723dbc (patch)
tree0a067718ffcdb3ca5339638004c07718a0b30dee /graphics
parent0294585219b324ca653a587c6da23460672c7612 (diff)
downloadslackbuilds-c6233cbcc83d0c07df11d783757a680a93723dbc.tar.gz
slackbuilds-c6233cbcc83d0c07df11d783757a680a93723dbc.tar.xz
graphics/scrot: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scrot/scrot.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/scrot/scrot.SlackBuild b/graphics/scrot/scrot.SlackBuild
index 5e9a173ef0..54acabeb3c 100644
--- a/graphics/scrot/scrot.SlackBuild
+++ b/graphics/scrot/scrot.SlackBuild
@@ -27,13 +27,13 @@
set -e
PRGNAM=scrot
-VERSION=0.8
+VERSION=${VERSION:-0.8}
BUILD=${BUILD:-4}
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
@@ -44,8 +44,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"