From aac0acbd3d3d5567816324737cc0abf4f6a35f43 Mon Sep 17 00:00:00 2001 From: danix Date: Sat, 19 Dec 2020 12:17:13 +0100 Subject: [PATCH] fixed error in lxqt.SlackBuild that was preventing eventual patches to be applied --- lxqt.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt.SlackBuild b/lxqt.SlackBuild index 3a48007..e7249ba 100755 --- a/lxqt.SlackBuild +++ b/lxqt.SlackBuild @@ -119,7 +119,7 @@ fix_perms # If any patches are needed, call this script to apply them: if [ -r $CWD/patch/${PROGRAM}.patch ]; then - patch -p1 < ${PROGRAM}.patch || exit 1 + patch -p1 < $CWD/patch/${PROGRAM}.patch || exit 1 fi # Check autotools builds before continuing with cmake programs -- 2.20.1