Update main.sh
This commit is contained in:
parent
28d85259a9
commit
a80ddbb452
3
main.sh
3
main.sh
@ -17,6 +17,9 @@ fi
|
|||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.freedesktop.org/mesa/mesa mesa-git
|
git clone https://gitlab.freedesktop.org/mesa/mesa mesa-git
|
||||||
|
cd mesa-git
|
||||||
|
git checkout c8f6d8154fd1e59d5c2105458e389164b6958bca
|
||||||
|
cd ..
|
||||||
cp -rvf ./debian ./mesa-git/
|
cp -rvf ./debian ./mesa-git/
|
||||||
cd ./mesa-git
|
cd ./mesa-git
|
||||||
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…
x
Reference in New Issue
Block a user