diff options
-rw-r--r-- | libraries/rlog/rlog.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/rlog/rlog.info | 2 |
2 files changed, 2 insertions, 4 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 diff --git a/libraries/rlog/rlog.info b/libraries/rlog/rlog.info index 4f390f2f0b..c78bff6cc0 100644 --- a/libraries/rlog/rlog.info +++ b/libraries/rlog/rlog.info @@ -5,6 +5,6 @@ DOWNLOAD="http://rlog.googlecode.com/files/rlog-1.4.tar.gz" MD5SUM="c29f74e0f50d66b20312d049b683ff82" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="ppr:kut" +MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" APPROVED="dsomero" |