summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8a7ca5..5a8c323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,9 +19,9 @@ optdepends=('xz: Use lzma or xz compression for the initramfs image'
backup=(etc/mkinitcpio.conf)
build() {
- make -C ..
+ make -C "$startdir"
}
package() {
- make -C .. DESTDIR="$pkgdir" install
+ make -C "$startdir" DESTDIR="$pkgdir" install
}