summaryrefslogtreecommitdiffstats
path: root/desktop/ratpoison/ratpoison.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2010-12-21 03:54:24 +0100
committer Robby Workman2010-12-21 03:54:24 +0100
commit86abf5e435261720ad15bdf57c6fdea304416b40 (patch)
treeff91a9daa8ba966c08435cdc8d105b6350123c61 /desktop/ratpoison/ratpoison.SlackBuild
parentf079753e6d81da269e371173d7c1c69f4ad1fc88 (diff)
downloadslackbuilds-86abf5e435261720ad15bdf57c6fdea304416b40.tar.gz
desktop/ratpoison: Poke consolekit in xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/ratpoison/ratpoison.SlackBuild')
-rw-r--r--desktop/ratpoison/ratpoison.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/ratpoison/ratpoison.SlackBuild b/desktop/ratpoison/ratpoison.SlackBuild
index 12eed1eaaf..5525fa14d9 100644
--- a/desktop/ratpoison/ratpoison.SlackBuild
+++ b/desktop/ratpoison/ratpoison.SlackBuild
@@ -5,15 +5,13 @@
PRGNAM=ratpoison
VERSION=${VERSION:-1.4.5}
-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