diff options
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 9dfae49766fd3..4c78c0ac4804a 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 \ |