summaryrefslogtreecommitdiffstats
path: root/games/joy2key/joy2key.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/joy2key/joy2key.SlackBuild')
-rw-r--r--games/joy2key/joy2key.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/joy2key/joy2key.SlackBuild b/games/joy2key/joy2key.SlackBuild
index e979370a71..67166d31d3 100644
--- a/games/joy2key/joy2key.SlackBuild
+++ b/games/joy2key/joy2key.SlackBuild
@@ -6,11 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230107 bkw: BUILD=2, add another Debian patch. This puts us at
+# Debian version 1.6.3-5.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=joy2key
VERSION=${VERSION:-1.6.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -60,6 +63,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
# these bugfix patches are from Debian.
patch -p1 < $CWD/button_list_segfault.patch
patch -p1 < $CWD/home_not_set_segfault.patch
+patch -p1 < $CWD/fix_manpage_typo.patch
# someone forgot to update the FILES section in the man page.
sed -i 's,/dev/js,/dev/input/js,' $PRGNAM.1