Update main.sh
This commit is contained in:
parent
672c112fd0
commit
3a0c8ffbf2
4
main.sh
4
main.sh
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="3.14.24"
|
||||
VERSION="3.15.14"
|
||||
|
||||
source ./pika-build-config.sh
|
||||
|
||||
@ -12,7 +12,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
git clone --recurse-submodules https://github.com/Plagman/gamescope
|
||||
cp -rvf ./debian ./gamescope/
|
||||
cd ./gamescope
|
||||
git reset --hard 7ae5e0d2a75de06e267c47ca3cd3cddedd1d7416
|
||||
git reset --hard b2505fe4dac917aadd1ab05473d863830a7b5859
|
||||
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || echo "Applying Patch $i Failed!"; done
|
||||
|
||||
# Get build deps
|
||||
|
Loading…
Reference in New Issue
Block a user