fixed error in lxqt.SlackBuild that was preventing eventual patches to be applied
authordanix <danix@danix.xyz>
Sat, 19 Dec 2020 11:17:13 +0000 (12:17 +0100)
committerdanix <danix@danix.xyz>
Sat, 19 Dec 2020 11:17:13 +0000 (12:17 +0100)
lxqt.SlackBuild

index 3a48007..e7249ba 100755 (executable)
@@ -119,7 +119,7 @@ fix_perms
 
 # If any patches are needed, call this script to apply them:
 if [ -r $CWD/patch/${PROGRAM}.patch ]; then
 
 # 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
 fi
 
 # Check autotools builds before continuing with cmake programs