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 962c92d commit defc260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ rm -f "${bootstrap}"/var/cache/pacman/pkg/*
for d in "${bootstrap}"/usr/lib/dri/*; do
echo "$d"
if ! echo "$d" | grep -q "^swrast"; then
rm -Rf "${bootstrap}"/usr/lib/dri/"$d"
sudo rm -Rf "$d"
fi
done

Expand Down

0 comments on commit defc260

Please sign in to comment.