diff options
Diffstat (limited to 'desktop/matchbox-window-manager/matchbox-window-manager.SlackBuild')
-rw-r--r-- | desktop/matchbox-window-manager/matchbox-window-manager.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/matchbox-window-manager/matchbox-window-manager.SlackBuild b/desktop/matchbox-window-manager/matchbox-window-manager.SlackBuild index 8120c916ec112..f56a2c80b9932 100644 --- a/desktop/matchbox-window-manager/matchbox-window-manager.SlackBuild +++ b/desktop/matchbox-window-manager/matchbox-window-manager.SlackBuild @@ -24,15 +24,13 @@ PRGNAM=matchbox-window-manager VERSION=1.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 |