summaryrefslogtreecommitdiff
path: root/core/m4
diff options
context:
space:
mode:
Diffstat (limited to 'core/m4')
-rw-r--r--core/m4/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/m4/PKGBUILD b/core/m4/PKGBUILD
index 99059a2a..958334ad 100644
--- a/core/m4/PKGBUILD
+++ b/core/m4/PKGBUILD
@@ -8,7 +8,7 @@ eval "$(
printf 'prepare() {\n}\n'
} \
| sed '
- $i cd $pkgname-$pkgver \
+ $i cd "$srcdir/$pkgname-$pkgver" \
patch -p1 -i "$srcdir/m4-1.4.18-glibc-change-work-around.patch" \
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h
'