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:
parent
11e0f3ae1c
commit
9bf2fe8937
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue