Update main.sh
This commit is contained in:
parent
379bf761d7
commit
3ef26affc0
4
main.sh
4
main.sh
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.1.15"
|
VERSION="1.1.16-git"
|
||||||
|
|
||||||
source ./pika-build-config.sh
|
source ./pika-build-config.sh
|
||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://github.com/NVIDIA/egl-wayland -b "$VERSION"
|
git clone https://github.com/NVIDIA/egl-wayland
|
||||||
cp -rvf ./debian ./egl-wayland
|
cp -rvf ./debian ./egl-wayland
|
||||||
cd ./egl-wayland
|
cd ./egl-wayland
|
||||||
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user