Update main32.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-07 00:08:09 +03:00 committed by GitHub
parent 265d0348fd
commit 7b7e64df05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ cp -rvf ./debian ./vkbasalt
cd ./vkbasalt cd ./vkbasalt
# Get build deps # Get build deps
LOGNAME=root dh_make --createorig -y -l -p vkbasalt_0.3.2.9
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
apt-get build-dep -y ./ apt-get build-dep -y ./
@ -31,4 +32,4 @@ DIST=lunar ARCH=i386 pbuilder build ./*.dsc --distribution lunar --architecture
# Move the debs to output # Move the debs to output
mkdir -p ./output mkdir -p ./output
mv /var/cache/pbuilder/result/*.deb ./output/ || sudo mv ../*.deb ./output/ mv /var/cache/pbuilder/result/*.deb ./output/ || sudo mv ../*.deb ./output/