Skip to content

Commit

Permalink
feat: cp debs to /mnt/output
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Sep 14, 2023
1 parent 42aa339 commit 0ce1ba5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@ main() (
rm ../orig.tar

sudo apt-get build-dep --no-install-recommends -y .
dpkg-buildpackage --no-sign
DEB_BUILD_OPTIONS="terse ${DEB_BUILD_OPTIONS-}" dpkg-buildpackage --no-sign

cd ..
rm -rf src
ls -lah

sudo mkdir -p /mnt/output
sudo cp *.deb /mnt/output
)

apt_source() (
Expand Down

0 comments on commit 0ce1ba5

Please sign in to comment.