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-15 18:50:27 -0500
commitf7a12367bf457ec3591fab1927e41de07d7c2d84 (patch)
tree6e420e0ab018f4e8f2f07f4b8fb1f0368d2ef3c7
parent2e2bebf2e674b8ab0003aafa0c27477fbadcd96e (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"} \