Update main.sh
This commit is contained in:
parent
b90d1e8f98
commit
a4422168fc
4
main.sh
4
main.sh
@ -1,5 +1,5 @@
|
|||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://github.com/Plagman/gamescope -b 3.12.0
|
git clone https://github.com/Plagman/gamescope
|
||||||
cp -rvf ./debian ./gamescope
|
cp -rvf ./debian ./gamescope
|
||||||
cd ./gamescope
|
cd ./gamescope
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ cd ./gamescope
|
|||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.0-release
|
LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.5-release
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-buildpackage --no-sign
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
|
Loading…
Reference in New Issue
Block a user