summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 18:50:27 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2018-01-03 14:58:21 -0500
commit31e7c04a7f17fbd0dacb54243578e05f7187522e (patch)
tree88c5bcd01ec12c013ef63376a1a9e0f7a30f8ebe
parentb69b3083cc7841ffd48e586da291b0a5e9fab982 (diff)
downloaddevtools32-31e7c04a7f17fbd0dacb54243578e05f7187522e.tar.xz
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 52e363f..5165960 100644
--- a/mkarchroot.in
+++ b/mkarchroot.in
@@ -92,7 +92,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"} \