Update main.sh
This commit is contained in:
parent
95749aec9b
commit
12c52abc18
2
main.sh
2
main.sh
@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.3.0-rc5
|
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-24.0.1
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user