summaryrefslogtreecommitdiffstats
path: root/desktop/dzen2
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dzen2')
-rw-r--r--desktop/dzen2/dzen2.SlackBuild4
-rw-r--r--desktop/dzen2/dzen2.info2
2 files changed, 2 insertions, 4 deletions
diff --git a/desktop/dzen2/dzen2.SlackBuild b/desktop/dzen2/dzen2.SlackBuild
index 9dcf68c4ca..85a8bea6c2 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
diff --git a/desktop/dzen2/dzen2.info b/desktop/dzen2/dzen2.info
index f735bdc1ab..1e89d2a848 100644
--- a/desktop/dzen2/dzen2.info
+++ b/desktop/dzen2/dzen2.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://gotmor.googlepages.com/dzen2-0.8.5.tar.gz"
MD5SUM="5978620c2124c8a8ad52d7f17ce94fd7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Mikko Varri"
+MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="Erik Hanson"