diff options
Diffstat (limited to 'source/a/tree/tree.SlackBuild')
-rwxr-xr-x | source/a/tree/tree.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/a/tree/tree.SlackBuild b/source/a/tree/tree.SlackBuild index ef41594e..0ada3cc7 100755 --- a/source/a/tree/tree.SlackBuild +++ b/source/a/tree/tree.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2007-2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2007-2022 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tree -VERSION=1.8.0 -BUILD=${BUILD:-3} +VERSION=2.0.2 +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -85,7 +85,7 @@ chmod 755 $PKG/usr/bin/tree mkdir -p $PKG/usr/man/man1 $PKG/usr/man/fr/man1 gzip -9c doc/tree.1 > $PKG/usr/man/man1/tree.1.gz -gzip -9c doc/tree.1.fr > $PKG/usr/man/fr/man1/tree.1.gz +gzip -9c doc/tree.fr.1 > $PKG/usr/man/fr/man1/tree.1.gz mkdir -p $PKG/usr/doc/tree-$VERSION cp -a \ |