summaryrefslogtreecommitdiffstats
path: root/system/barman/barman.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2019-12-06 21:04:01 +0100
committer Willy Sudiarto Raharjo2019-12-07 17:19:25 +0100
commit489e23c836ecb57337f1e6bf66c4bbbbd48a5645 (patch)
treef6ed5318da9c3baff2daccf5f01217f64cca5e9e /system/barman/barman.SlackBuild
parent979475e4db118e3a0ce53a50aa18f66232777dcf (diff)
downloadslackbuilds-489e23c836ecb57337f1e6bf66c4bbbbd48a5645.tar.gz
system/barman: Updated for version 2.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/barman/barman.SlackBuild')
-rw-r--r--system/barman/barman.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild
index 4065ed2a39..6b3fde3f7a 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:-2.8}
+VERSION=${VERSION:-2.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +72,7 @@ find -L . \
# fix man pages paths
sed -i 's/share\/man/man/g' setup.py
-python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true