system/pax-utils: Fix shebang line in lddtree.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-05-07 03:37:29 -04:00 committed by Willy Sudiarto Raharjo
parent 11e0f3ae1c
commit 9bf2fe8937
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 7 additions and 1 deletions

View File

@ -6,11 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20230507 bkw: BUILD=2, fix shebang in lddtree. No idea how that
# got past me in the first place...
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pax-utils
VERSION=${VERSION:-1.3.7}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -76,6 +79,9 @@ cd ..
gzip -9 $PKG/usr/man/man*/*
# 20230507 bkw: our /usr/bin/python is still python 2...
sed -i '1s/python$/python3/' $PKG/usr/bin/lddtree
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC
cp -a BUGS COPYING README* TODO $PKGDOC