diff options
author | AW Green <awg@posteo.us> | 2017-08-13 10:22:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-13 10:22:57 +0700 |
commit | f192dfb1769e5fc1fb22fc56746cf7ac5ffccc44 (patch) | |
tree | be2154afe7a7abff9008ce1ce5bf05653e4fcac4 /system/tarsnap/tarsnap.SlackBuild | |
parent | 4631219470f8e6bb9e16502ad39420bb3d025c3b (diff) |
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.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/tarsnap/tarsnap.SlackBuild b/system/tarsnap/tarsnap.SlackBuild index 9dfae49766fd..4c78c0ac4804 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 \ |