From c6c81f51753722d8164b1cae0e8944f562a4cd55 Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:46:49 +0200 Subject: [PATCH] Update create-arch-bootstrap.sh --- create-arch-bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 68650d3..9aca4a9 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -414,9 +414,9 @@ if ! run_in_chroot which virtualbox; then echo "Command not found, exiting." && # Exit chroot rm -rf "${bootstrap}"/home/aur -run_in_chroot cp -r /usr/lib/dri/swrast* ./ -run_in_chroot rm -Rf /usr/lib/dri/* -run_in_chroot cp -r ./swrast* /usr/lib/dri/ +run_in_chroot cp -r "${bootstrap}"/usr/lib/dri/swrast* ./ +run_in_chroot rm -Rf "${bootstrap}"/usr/lib/dri/* +run_in_chroot cp -r ./swrast* "${bootstrap}"/usr/lib/dri/ unmount_chroot