summaryrefslogtreecommitdiffstats
path: root/system/barman/barman.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-02-11 11:40:02 +0100
committer Erik Hanson2014-02-11 19:15:09 +0100
commit8272f2d9287b84759dabb9586a3c441104f16a9f (patch)
tree4a8511af462f109f82ce484c02e4bbfa9acd0b5b /system/barman/barman.SlackBuild
parentf5f6beea3af2d48170b381d2aef7def08267de03 (diff)
downloadslackbuilds-8272f2d9287b84759dabb9586a3c441104f16a9f.tar.gz
system/barman: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/barman/barman.SlackBuild')
-rw-r--r--system/barman/barman.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild
index 7695aa9e96..26672c5b66 100644
--- a/system/barman/barman.SlackBuild
+++ b/system/barman/barman.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=barman
-VERSION=${VERSION:-1.2.3}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,6 +75,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mv $PKG/usr/share/man $PKG/usr
+rm -rf $PKG/usr/share
+
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION