X-Git-Url: https://git.danix.xyz/?p=lxqt-slackware.git;a=blobdiff_plain;f=lxqt.SlackBuild;h=3a48007836af82f0e62291953efb16e4d09aeb19;hp=79218290cce18832c8c357ac165666cb91dd33e4;hb=80e9e40778450c39d77ccf57cc6fe5ed72d55c24;hpb=aa41643e3cc0d264b0b410440da8b31821cd2b28 diff --git a/lxqt.SlackBuild b/lxqt.SlackBuild index 7921829..3a48007 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 - . $CWD/patch/${PROGRAM}.patch || exit 1 + patch -p1 < ${PROGRAM}.patch || exit 1 fi # Check autotools builds before continuing with cmake programs