summaryrefslogtreecommitdiffstats
path: root/system/isextract/isextract.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/isextract/isextract.SlackBuild')
-rw-r--r--system/isextract/isextract.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/system/isextract/isextract.SlackBuild b/system/isextract/isextract.SlackBuild
index 20fef5da61..993309f579 100644
--- a/system/isextract/isextract.SlackBuild
+++ b/system/isextract/isextract.SlackBuild
@@ -2,15 +2,17 @@
# Slackware build script for isextract
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20220112 bkw: BUILD=2, update man page.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=isextract
VERSION=${VERSION:-20141107_5adb0af}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -22,9 +24,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0