diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-06 10:31:11 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-07 11:28:16 -0600 |
commit | 0258b6bf96505218ff029ee276e0a889d2d4dc7b (patch) | |
tree | 0ceb7abf2e95fc812bf42955a4fdce5c90534ea4 /network/grsync/grsync.SlackBuild | |
parent | 9cf75613a2e579aa9f5a11dfbc6d60c9fdfae0b6 (diff) | |
download | slackbuilds-0258b6bf96505218ff029ee276e0a889d2d4dc7b.tar.gz |
network/grsync: Updated for version 1.2.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/grsync/grsync.SlackBuild')
-rw-r--r-- | network/grsync/grsync.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/grsync/grsync.SlackBuild b/network/grsync/grsync.SlackBuild index 9fa349a150..bf6e494f1c 100644 --- a/network/grsync/grsync.SlackBuild +++ b/network/grsync/grsync.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for grsync -# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2012 +# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +22,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=grsync -VERSION=${VERSION:-1.2.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,7 +70,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -LDFLAGS="-lm" \ +#LDFLAGS="-lm" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |