diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-12-06 21:04:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-07 23:19:25 +0700 |
commit | 489e23c836ecb57337f1e6bf66c4bbbbd48a5645 (patch) | |
tree | f6ed5318da9c3baff2daccf5f01217f64cca5e9e /system/barman/barman.SlackBuild | |
parent | 979475e4db118e3a0ce53a50aa18f66232777dcf (diff) |
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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index 4065ed2a39fda..6b3fde3f7a5ad 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 |