summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/libuinputplus/libuinputplus.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/libuinputplus/libuinputplus.SlackBuild b/libraries/libuinputplus/libuinputplus.SlackBuild
index 462ea27783..cfd4d0f440 100644
--- a/libraries/libuinputplus/libuinputplus.SlackBuild
+++ b/libraries/libuinputplus/libuinputplus.SlackBuild
@@ -9,12 +9,15 @@
# Note: this is not the latest version of libuinputplus. It was chosen
# because ydotool-0.1.9 won't build against later versions.
+# 20220422 bkw: fix PRINT_PACKAGE_NAME.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libuinputplus
VERSION=${VERSION:-0.1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=libuInputPlus
@@ -86,4 +89,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE