Update main32.sh
This commit is contained in:
parent
cb60e55a4f
commit
2c994dfbc1
@ -5,9 +5,10 @@ set -e
|
|||||||
git clone https://gitlab.freedesktop.org/mesa/mesa ./mesa-git
|
git clone https://gitlab.freedesktop.org/mesa/mesa ./mesa-git
|
||||||
cp -rvf ./debian ./mesa-git/
|
cp -rvf ./debian ./mesa-git/
|
||||||
cd ./mesa-git
|
cd ./mesa-git
|
||||||
|
git submodule update --init
|
||||||
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Git /' ./VERSION
|
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Git /' ./VERSION
|
||||||
touch debian/changelog
|
touch debian/changelog
|
||||||
echo -e "mesa-git (23.3-99pika"$(date '+%Y%m%d')".git.6."$(git rev-parse --short HEAD)") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
|
echo -e "mesa-git (23.3-99pika"$(date '+%Y%m%d')".git.7."$(git rev-parse --short HEAD)") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
Loading…
Reference in New Issue
Block a user