diff options
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 |
commit | dce8eaaa6595eafb7f175575709966e3f2516ab4 (patch) | |
tree | f6cc9c45080246a0db1818c3eb11643d2848dbb9 /audio/gmpc/gmpc.SlackBuild | |
parent | 55881fe25d3e71e78b43ea318ef4bae24aaab772 (diff) |
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.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/gmpc/gmpc.SlackBuild b/audio/gmpc/gmpc.SlackBuild index ce4e61e6fc4e..2bf1208e59b8 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 |