Skip to content

Commit

Permalink
Update create-arch-bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Sep 2, 2024
1 parent bfa83fb commit c6c81f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c6c81f5

Please sign in to comment.