diff options
Diffstat (limited to 'desktop/dzen2/dzen2.SlackBuild')
-rw-r--r-- | desktop/dzen2/dzen2.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/dzen2/dzen2.SlackBuild b/desktop/dzen2/dzen2.SlackBuild index 9dcf68c4caf2e..85a8bea6c2268 100644 --- a/desktop/dzen2/dzen2.SlackBuild +++ b/desktop/dzen2/dzen2.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for dzen2 # Written by Grigorios Bouzakis (grbzks@gmail.com) -# Written by Mikko Varri (vmj@linuxbox.fi) +# Written by Mikko Värri (vmj@linuxbox.fi) # Public domain. PRGNAM=dzen2 @@ -11,12 +11,10 @@ VERSION=${VERSION:-0.8.5} 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 |