Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-11-11 17:32:22 +03:00 committed by GitHub
parent 3a291c13e6
commit a14f91f070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git
cd wayland-protocols
git checkout 1.32
cp -rvf ../debian ./
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
# Get build deps
apt-get build-dep ./ -y