Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 18:50:27 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2017-02-19 14:21:31 -0500
commit0136158b85fd33f505b119b8a6a297d4c9bc0d25 (patch)
tree75957cb40b95ea824127012659af79cf8374e306
parent00217870fccd01d6e663ff133d022b7b6bf072c0 (diff)
mkarchroot: Use librelib rather than PATH to find arch-nspawn.
-rw-r--r--mkarchroot.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkarchroot.in b/mkarchroot.in
index 4ebafa6..f86ae35 100644
--- a/mkarchroot.in
+++ b/mkarchroot.in
@@ -95,7 +95,7 @@ echo "$CHROOT_VERSION" > "$working_dir/.arch-chroot"
systemd-machine-id-setup --root="$working_dir"
-exec arch-nspawn \
+exec "$(librelib chroot/arch-nspawn)" \
${nosetarch:+-s} \
${pac_conf:+-C "$pac_conf"} \
${makepkg_conf:+-M "$makepkg_conf"} \