diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-29 00:09:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-29 00:07:52 -0500 |
commit | 6ba040a1bc7905a384d45e28a668e254fd724fab (patch) | |
tree | 5de47a43c9664598de8b7303363613c44176f599 /libraries/rlog/rlog.SlackBuild | |
parent | c85c747bbfbe290d92d76a866fa9ab11bdd92939 (diff) | |
download | slackbuilds-6ba040a1bc7905a384d45e28a668e254fd724fab.tar.gz |
libraries/rlog: Updated maintainer information
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/rlog/rlog.SlackBuild')
-rw-r--r-- | libraries/rlog/rlog.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/rlog/rlog.SlackBuild b/libraries/rlog/rlog.SlackBuild index aea882527a..a0393e2da8 100644 --- a/libraries/rlog/rlog.SlackBuild +++ b/libraries/rlog/rlog.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rlog -# Copyright 2007-2008 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,12 +27,10 @@ VERSION=1.4 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 |