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
|
# Clone Upstream
|
||||||
|
|
||||||
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.23.0/wayland-1.23.0.tar.gz
|
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.22.0/wayland-1.22.0.tar.gz
|
||||||
tar -xf ./wayland-1.23.0.tar.gz
|
tar -xf ./wayland-1.22.0.tar.gz
|
||||||
mv ./wayland-1.23.0.tar.gz ./wayland_1.23.0.orig.tar.gz
|
cp -rvf ./debian ./wayland-1.22.0/
|
||||||
cp -rvf ./debian ./wayland-1.23.0/
|
cp -vf ./control32 ./wayland-1.22.0/debian/control
|
||||||
cp -vf ./control32 ./wayland-1.23.0/debian/control
|
cd ./wayland-1.22.0/
|
||||||
cd ./wayland-1.23.0/
|
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
Reference in New Issue
Block a user