summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66c7b2e2d437..3f802c071df0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ prepare()
{
cd ${srcdir}/machinery-${pkgver}
patch -Np1 -i "${srcdir}/0001-Avoid-using-TLS.patch"
- patch -Np1 -i "${srcdir}/0002-Use-distcc-in-external-projects.patch"
+ patch -Np1 -i "${srcdir}/0002-Fix-for-distcc.patch"
}
build()