desktop/trayer: Updated email address and misc tweakage

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Eugene Wissner 2011-05-05 21:18:50 -05:00 committed by Robby Workman
parent 2c080af9cc
commit fa1dbfab6f
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -6,5 +6,5 @@ MD5SUM="e1b0b6464f991f2c296561e377585867"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Eugene Wissner"
EMAIL="belka.ew@gmail.com"
EMAIL="eugen@flevum.de"
APPROVED="rworkman"