summaryrefslogtreecommitdiffstats
path: root/graphics/scantailor/scantailor.SlackBuild
diff options
context:
space:
mode:
author dsomero2012-09-30 00:53:48 +0200
committer Robby Workman2012-10-01 03:01:02 +0200
commit96e741e058e48cf8ac2df0bdc8846c524b0ecbc1 (patch)
tree6123e5d9d69a5ebe0fb31e0fed2c1ab4af23b648 /graphics/scantailor/scantailor.SlackBuild
parenta0bf5038b616c22e26ef3b55d50520a48c108106 (diff)
downloadslackbuilds-96e741e058e48cf8ac2df0bdc8846c524b0ecbc1.tar.gz
graphics/scantailor: Fixed (Handle icon files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/scantailor/scantailor.SlackBuild')
-rw-r--r--graphics/scantailor/scantailor.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/scantailor/scantailor.SlackBuild b/graphics/scantailor/scantailor.SlackBuild
index f17e95d17e..fa3dd0ba58 100644
--- a/graphics/scantailor/scantailor.SlackBuild
+++ b/graphics/scantailor/scantailor.SlackBuild
@@ -6,15 +6,13 @@
PRGNAM=scantailor
VERSION=${VERSION:-0.9.11.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi