diff options
Diffstat (limited to 'graphics/gpicview/gpicview.SlackBuild')
-rw-r--r-- | graphics/gpicview/gpicview.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gpicview/gpicview.SlackBuild b/graphics/gpicview/gpicview.SlackBuild index d1912d08dd..0a7f6788aa 100644 --- a/graphics/gpicview/gpicview.SlackBuild +++ b/graphics/gpicview/gpicview.SlackBuild @@ -4,16 +4,14 @@ # Written Evandro Alves Rodrigues evandrofisico@gmail.com PRGNAM=gpicview -VERSION=0.2.1 +VERSION=0.2.2 BUILD=${BUILD:-1} 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 |