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 c6b3e7dfd9e8..4c7937b9384e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ build() {
cd "${extname}-${pkgver}"
sh ./clear.sh
phpize${phpbase}${suffix}
- patch -p1 -i ../../integers.patch
+ patch -p1 -i "${srcdir}/integers.patch"
CFLAGS=-Wno-error ./configure \
--prefix=/usr \
--with-php-config=php-config${phpbase}${suffix} \