aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/pax-utils/pax-utils.SlackBuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/system/pax-utils/pax-utils.SlackBuild b/system/pax-utils/pax-utils.SlackBuild
index 990c3f5f4387d..d8b732e06cf57 100644
--- a/system/pax-utils/pax-utils.SlackBuild
+++ b/system/pax-utils/pax-utils.SlackBuild
@@ -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