Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-11-11 17:59:46 +03:00 committed by GitHub
parent f78426d9b6
commit 43d95723b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Clone Upstream # 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/ cp -rvf ./debian ./xwayland/
cd ./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 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