summaryrefslogtreecommitdiffstats
path: root/desktop/afterstep/afterstep.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2010-12-21 04:27:55 +0100
committer Robby Workman2010-12-21 04:27:55 +0100
commit6a74bc526f160c074acaa3e2406fbfe032e59371 (patch)
treee025810262316fc9b733d5bd2cdb1c31091b7fbe /desktop/afterstep/afterstep.SlackBuild
parentd23cc355957ce564c42def07e7deb6cd39c70301 (diff)
downloadslackbuilds-6a74bc526f160c074acaa3e2406fbfe032e59371.tar.gz
desktop/afterstep: Poke consolekit in xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/afterstep/afterstep.SlackBuild')
-rw-r--r--desktop/afterstep/afterstep.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/afterstep/afterstep.SlackBuild b/desktop/afterstep/afterstep.SlackBuild
index d23af0437c..e71df885f6 100644
--- a/desktop/afterstep/afterstep.SlackBuild
+++ b/desktop/afterstep/afterstep.SlackBuild
@@ -5,15 +5,13 @@
PRGNAM=afterstep
VERSION=${VERSION:-2.2.9}
-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