From: danix Date: Sat, 19 Dec 2020 11:17:13 +0000 (+0100) Subject: fixed error in lxqt.SlackBuild that was preventing eventual patches to be applied X-Git-Url: https://git.danix.xyz/?p=lxqt-slackware.git;a=commitdiff_plain;h=aac0acbd3d3d5567816324737cc0abf4f6a35f43 fixed error in lxqt.SlackBuild that was preventing eventual patches to be applied --- 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