summaryrefslogtreecommitdiffstats
path: root/system/tarsnap/tarsnap.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-05-25 07:21:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-25 07:21:42 +0700
commitdc827f8f030e97981c975a5349275bd1e5b2f64f (patch)
treef3a491d75aa3410e5435002447d3f748cfbcc66a /system/tarsnap/tarsnap.SlackBuild
parentd13255334bf0cfeea8e185a439d6bb322a32f986 (diff)
downloadslackbuilds-dc827f8f030e97981c975a5349275bd1e5b2f64f.tar.gz
slackbuilds-dc827f8f030e97981c975a5349275bd1e5b2f64f.tar.xz
system/tarsnap: Updated for version 1.0.35 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tarsnap/tarsnap.SlackBuild')
-rw-r--r--system/tarsnap/tarsnap.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/system/tarsnap/tarsnap.SlackBuild b/system/tarsnap/tarsnap.SlackBuild
index b37bfc53cf..64fc44e48f 100644
--- a/system/tarsnap/tarsnap.SlackBuild
+++ b/system/tarsnap/tarsnap.SlackBuild
@@ -6,6 +6,8 @@
# as a series of careful modifications to the excellent
# http://slackbuilds.org/template.SlackBuild
+# Modified by Ryan P.C. McQuen, WA, ryan.q@linux.com
+
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
@@ -20,7 +22,7 @@
PRGNAM=tarsnap
-VERSION=${VERSION:-1.0.26}
+VERSION=${VERSION:-1.0.35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,10 +53,10 @@ tar xvf $CWD/$PRGNAM-autoconf-$VERSION.tgz
cd $PRGNAM-autoconf-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./configure \
--prefix=/usr \