Update main32.sh

This commit is contained in:
ferrreo 2024-04-03 19:10:29 +01:00 committed by GitHub
parent 4e25b065e0
commit 3a7f627872
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
set -e set -e
# Clone Upstream # Clone Upstream
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-24.0.1 git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-24.0.4
cp -rvf ./debian ./mesa/ cp -rvf ./debian ./mesa/
cd ./mesa cd ./mesa
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done