Update main32.sh
This commit is contained in:
parent
4e25b065e0
commit
3a7f627872
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# 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/
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user