Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-01-28 20:42:51 +03:00 committed by GitHub
parent bb490b41c4
commit 9ec15472f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Clone Upstream
git clone https://gitlab.freedesktop.org/ekurzinger/xserver ./xwayland
cp -rvf ./debian ./xwayland/
cp -vf ./meson.build ./xwayland/
#cp -vf ./meson.build ./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