summaryrefslogtreecommitdiffstats
path: root/desktop/trayer/trayer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/trayer/trayer.SlackBuild')
-rw-r--r--desktop/trayer/trayer.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/trayer/trayer.SlackBuild b/desktop/trayer/trayer.SlackBuild
index 5c8aae0c82..4ddd29a77f 100644
--- a/desktop/trayer/trayer.SlackBuild
+++ b/desktop/trayer/trayer.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for trayer
-# Written by Eugene Wissner <belka.ew@gmail.com>
+# Written by Eugene Wissner <eugen@flevum.de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,12 +27,10 @@ VERSION=${VERSION:-1.0}
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