diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-29 17:18:25 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-29 17:17:44 -0500 |
commit | 715f8e8917179a142d1aed1f314fb997fad12141 (patch) | |
tree | 4b87109627c08d2b7d6f3545cf8d4807422eba34 /games/frozen-bubble/frozen-bubble.SlackBuild | |
parent | d8162914b2dd83e550558cb93f4c1f2450eaad8a (diff) | |
download | slackbuilds-715f8e8917179a142d1aed1f314fb997fad12141.tar.gz |
games/frozen-bubble: Fixed (Handle icon files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/frozen-bubble/frozen-bubble.SlackBuild')
-rw-r--r-- | games/frozen-bubble/frozen-bubble.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/frozen-bubble/frozen-bubble.SlackBuild b/games/frozen-bubble/frozen-bubble.SlackBuild index 98b51dcb98..57ec9a1b68 100644 --- a/games/frozen-bubble/frozen-bubble.SlackBuild +++ b/games/frozen-bubble/frozen-bubble.SlackBuild @@ -24,15 +24,13 @@ PRGNAM=frozen-bubble VERSION=2.2.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 |