Update main.sh
This commit is contained in:
parent
f78426d9b6
commit
43d95723b8
2
main.sh
2
main.sh
@ -1,5 +1,5 @@
|
||||
# Clone Upstream
|
||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2.2
|
||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2
|
||||
cp -rvf ./debian ./xwayland/
|
||||
cd ./xwayland
|
||||
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