Update main32.sh
This commit is contained in:
parent
265d0348fd
commit
7b7e64df05
@ -11,6 +11,7 @@ cp -rvf ./debian ./vkbasalt
|
||||
cd ./vkbasalt
|
||||
|
||||
# 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
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
|
||||
apt-get build-dep -y ./
|
||||
@ -31,4 +32,4 @@ DIST=lunar ARCH=i386 pbuilder build ./*.dsc --distribution lunar --architecture
|
||||
|
||||
# Move the debs to 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/
|
||||
|
Loading…
Reference in New Issue
Block a user