diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-01-09 06:10:43 +0200 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:17:26 +0000 |
commit | 83da67022fc3e4aaf34f0ac0f3c6874478095de3 (patch) | |
tree | c9a07b625e3879503efd1a93ef43e6cef2a4e050 /system/barman/barman.SlackBuild | |
parent | da7d2d0bf29f18ced3b30abe59d9f617cfade739 (diff) | |
download | slackbuilds-83da67022fc3e4aaf34f0ac0f3c6874478095de3.tar.gz |
system/barman: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/barman/barman.SlackBuild')
-rw-r--r-- | system/barman/barman.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index e6d12c6ddd..6490b525f7 100644 --- a/system/barman/barman.SlackBuild +++ b/system/barman/barman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for barman -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=barman -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog LICENSE NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog LICENSE NEWS README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |