fisrt commit

This commit is contained in:
Ward Nakchbandi 2023-03-09 22:11:20 +03:00
parent 568d9208b1
commit 5ae3436ae4
2 changed files with 4 additions and 5 deletions

View File

@ -6,8 +6,8 @@ add-apt-repository ppa:kubuntu-ppa/backports
add-apt-repository ppa:pikaos/ppa-deps add-apt-repository ppa:pikaos/ppa-deps
# Clone Upstream # Clone Upstream
tar -xf mangohud_0.6.8.orig.tar.xz -C ./ tar -xf mangohud_0.6.8.orig.tar.xz -C ./
mv ./MangoHud-v0.6.8./mangohud mv ./MangoHud-v0.6.8 ./mangohud
cp -rvf ./debian ./mangohud cp -rvf ./debian ./mangohud/
cd ./mangohud cd ./mangohud
# Get build deps # Get build deps

View File

@ -7,8 +7,8 @@ add-apt-repository ppa:kubuntu-ppa/backports
add-apt-repository ppa:pikaos/ppa-deps add-apt-repository ppa:pikaos/ppa-deps
# Clone Upstream # Clone Upstream
tar -xf mangohud_0.6.8.orig.tar.xz -C ./ tar -xf mangohud_0.6.8.orig.tar.xz -C ./
mv ./MangoHud-v0.6.8./mangohud mv ./MangoHud-v0.6.8 ./mangohud
cp -rvf ./debian ./mangohud cp -rvf ./debian ./mangohud/
cd ./mangohud cd ./mangohud
# Get build deps # Get build deps
@ -17,7 +17,6 @@ apt-get install crossbuild-essential-i386 lib32gcc-11-dev -y
apt-get build-dep ./ -y -a i386 apt-get build-dep ./ -y -a i386
# Build package # Build package
LOGNAME=root dh_make --createorig -y -l -p mangohud_0.6.8
dpkg-buildpackage -a i386 dpkg-buildpackage -a i386
# Move the debs to output # Move the debs to output