diff options
Diffstat (limited to 'audio/gmpc/gmpc.SlackBuild')
-rw-r--r-- | audio/gmpc/gmpc.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/gmpc/gmpc.SlackBuild b/audio/gmpc/gmpc.SlackBuild index ce4e61e6fc..2bf1208e59 100644 --- a/audio/gmpc/gmpc.SlackBuild +++ b/audio/gmpc/gmpc.SlackBuild @@ -24,15 +24,13 @@ PRGNAM=gmpc VERSION=${VERSION:-0.20.0} -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 |