summaryrefslogtreecommitdiffstats
path: root/system/tarsnap/tarsnap.SlackBuild
diff options
context:
space:
mode:
author AW Green2017-08-13 05:22:35 +0200
committer Willy Sudiarto Raharjo2017-08-13 05:22:57 +0200
commitf192dfb1769e5fc1fb22fc56746cf7ac5ffccc44 (patch)
treebe2154afe7a7abff9008ce1ce5bf05653e4fcac4 /system/tarsnap/tarsnap.SlackBuild
parent4631219470f8e6bb9e16502ad39420bb3d025c3b (diff)
downloadslackbuilds-f192dfb1769e5fc1fb22fc56746cf7ac5ffccc44.tar.gz
system/tarsnap: Script cleanup.
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, 6 insertions, 6 deletions
diff --git a/system/tarsnap/tarsnap.SlackBuild b/system/tarsnap/tarsnap.SlackBuild
index 9dfae49766..4c78c0ac48 100644
--- a/system/tarsnap/tarsnap.SlackBuild
+++ b/system/tarsnap/tarsnap.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# SlackBuild for Tarsnap, 9 August 2017
+# SlackBuild for Tarsnap, 12 August 2017
# AW Green <awg@posteo.us>
# All rights reserved.
#
@@ -17,8 +17,8 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-## The Tarsnap client itself remains a copyrighted work. Please see the
-## file COPYING in the Tarsnap client source distribution.
+## The Tarsnap client itself remains a copyrighted work.
+## Please see the file COPYING in the Tarsnap source distribution.
PRGNAM=tarsnap
VERSION=${VERSION:-1.0.39}
@@ -38,8 +38,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-# we can omit the usual block here for passing ARCH-specific flags,
-# since tarsnap's configure script handles this on its own.
+# we can omit the usual block here for passing ARCH-specific flags
+# since tarsnap's configure handles this on its own.
set -e
@@ -56,7 +56,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# patch stock path in tarsnap.conf.sample.
+# change stock path in tarsnap.conf.sample.
patch -p1 < $CWD/$PRGNAM.patch
./configure \