summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e40338bb041..3d57d0e9bb52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,8 @@ md5sums=('7a71b47f70e4e99d52c3b1df334e0342'
prepare() {
cd "$pkgname-$pkgver"
- patch --forward --strip=1 --input="${srcdir}/phpfix.patch"
+ #messed up the first patch, and it is a reversed patch
+ patch -R --forward --strip=1 --input="${srcdir}/phpfix.patch"
patch --forward --strip=1 --input="${srcdir}/nagiospass.patch"
}