diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 21:29:56 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 21:29:56 -0600 |
commit | 53697978e5554038726807783a024d586284f8b2 (patch) | |
tree | da34f18cef430956694126cee73ba4be1fba34ae /desktop/musca/musca.SlackBuild | |
parent | 6a74bc526f160c074acaa3e2406fbfe032e59371 (diff) |
desktop/musca: Poke consolekit in xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/musca/musca.SlackBuild')
-rw-r--r-- | desktop/musca/musca.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/musca/musca.SlackBuild b/desktop/musca/musca.SlackBuild index da3c36f1923c0..01033e57a77b4 100644 --- a/desktop/musca/musca.SlackBuild +++ b/desktop/musca/musca.SlackBuild @@ -32,15 +32,13 @@ PRGNAM=musca VERSION=${VERSION:-0.9.24} -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 |