summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9913c68b02c4..e04685274bc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=("https://zsmith.co/archives/${pkgname}-${_orig_fullver}.tar.gz"
prepare() {
cd "${srcdir}"
- patch -N -p0 -d "${pkgname}-${_orig_fullver}" < ../make-clean-fix.patch
+ patch -N -p0 -d "${pkgname}-${_orig_fullver}" < make-clean-fix.patch
}
build() {