added packages to the prereq list since we are not building them with the global...
[lxqt-slackware.git] / lxqt.SlackBuild
index 7921829..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
-  . $CWD/patch/${PROGRAM}.patch || exit 1
+  patch -p1 < $CWD/patch/${PROGRAM}.patch || exit 1
 fi
 
 # Check autotools builds before continuing with cmake programs