diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-29 00:07:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-29 00:07:51 -0500 |
commit | 0b71565b335c66382bf1b40fe9af360a94426864 (patch) | |
tree | d5341c49dd3ec133ab6ef431b802b6a6e922b1d6 /libraries/libopensync/libopensync.SlackBuild | |
parent | 08647a7c858c601427f1d1d417534edcd6b86d55 (diff) | |
download | slackbuilds-0b71565b335c66382bf1b40fe9af360a94426864.tar.gz |
libraries/libopensync: Updated maintainer information.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/libopensync/libopensync.SlackBuild')
-rw-r--r-- | libraries/libopensync/libopensync.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/libopensync/libopensync.SlackBuild b/libraries/libopensync/libopensync.SlackBuild index d96bc7ad63..ba8df184d9 100644 --- a/libraries/libopensync/libopensync.SlackBuild +++ b/libraries/libopensync/libopensync.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libopensync -# Copyright 2008 Heinz Wiesinger <hmwiesinger@gmx.at> +# Copyright 2008-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=0.22 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 @@ -79,7 +77,7 @@ chmod -R u+w,go+r-w,a-s . if [ "$ARCH" = "x86_64" ]; then sed "s%@baselibdir@%lib${LIBDIRSUFFIX}%g" \ $CWD/libopensync-0.22-fixup_python_libdir.diff \ - | patch -p1 + | patch -p1 fi CFLAGS="$SLKCFLAGS" \ |