nvm I'm stupid
This commit is contained in:
parent
06b5c4a5ed
commit
07858f7e2a
3
main.sh
3
main.sh
@ -12,8 +12,9 @@ apt-get build-dep ./ -y
|
|||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p base-files_12.2ubuntu99
|
LOGNAME=root dh_make --createorig -y -l -p base-files_12.2ubuntu99
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-buildpackage
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
mkdir -p ./output
|
mkdir -p ./output
|
||||||
|
mv ./*.deb ./output/
|
||||||
|
@ -14,7 +14,7 @@ apt-get build-dep ./ -y -a i386
|
|||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p base-files_12.2ubuntu99
|
LOGNAME=root dh_make --createorig -y -l -p base-files_12.2ubuntu99
|
||||||
dpkg-buildpackage --no-sign -a i386
|
dpkg-buildpackage -a i386
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
|
Loading…
Reference in New Issue
Block a user