summaryrefslogtreecommitdiffstats
path: root/audio/gmpc/gmpc.SlackBuild
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2012-09-27 20:37:55 -0400
committer Robby Workman <rworkman@slackbuilds.org>2012-09-29 17:17:37 -0500
commitdce8eaaa6595eafb7f175575709966e3f2516ab4 (patch)
treef6cc9c45080246a0db1818c3eb11643d2848dbb9 /audio/gmpc/gmpc.SlackBuild
parent55881fe25d3e71e78b43ea318ef4bae24aaab772 (diff)
downloadslackbuilds-dce8eaaa6595eafb7f175575709966e3f2516ab4.tar.gz
slackbuilds-dce8eaaa6595eafb7f175575709966e3f2516ab4.tar.xz
audio/gmpc: Fixed (Handle icon files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/gmpc/gmpc.SlackBuild')
-rw-r--r--audio/gmpc/gmpc.SlackBuild4
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