Update main32.sh
This commit is contained in:
parent
db7f1abb5c
commit
2975c71118
11
main32.sh
11
main32.sh
@ -4,12 +4,11 @@ DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Clone Upstream
|
||||
|
||||
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.23.0/wayland-1.23.0.tar.gz
|
||||
tar -xf ./wayland-1.23.0.tar.gz
|
||||
mv ./wayland-1.23.0.tar.gz ./wayland_1.23.0.orig.tar.gz
|
||||
cp -rvf ./debian ./wayland-1.23.0/
|
||||
cp -vf ./control32 ./wayland-1.23.0/debian/control
|
||||
cd ./wayland-1.23.0/
|
||||
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.22.0/wayland-1.22.0.tar.gz
|
||||
tar -xf ./wayland-1.22.0.tar.gz
|
||||
cp -rvf ./debian ./wayland-1.22.0/
|
||||
cp -vf ./control32 ./wayland-1.22.0/debian/control
|
||||
cd ./wayland-1.22.0/
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
|
Reference in New Issue
Block a user