Update main.sh
This commit is contained in:
parent
3a291c13e6
commit
a14f91f070
1
main.sh
1
main.sh
@ -8,6 +8,7 @@ git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git
|
|||||||
cd wayland-protocols
|
cd wayland-protocols
|
||||||
git checkout 1.32
|
git checkout 1.32
|
||||||
cp -rvf ../debian ./
|
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
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
Reference in New Issue
Block a user