Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from ltworf/sourcebuild
Browse files Browse the repository at this point in the history
Generate a source only build
  • Loading branch information
ltworf authored Oct 28, 2021
2 parents 7dbf87b + 6271b52 commit 0fc946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ deb-pkg: dist
mv vasttrafik-cli_`head -1 CHANGELOG`.orig.tar.gz* /tmp
cd /tmp; tar -xf vasttrafik-cli_*.orig.tar.gz
cp -r debian /tmp/vasttrafik-cli/
cd /tmp/vasttrafik-cli/; dpkg-buildpackage
cd /tmp/vasttrafik-cli/; dpkg-buildpackage --changes-option=-S
mkdir deb-pkg
mv /tmp/vasttrafik-cli_* deb-pkg
$(RM) -r /tmp/vasttrafik-cli
Expand Down

0 comments on commit 0fc946f

Please sign in to comment.