Skip to content

Commit

Permalink
GH action: more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Sep 5, 2024
1 parent 833dbcd commit f35dcb8
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 @@ -16,7 +16,7 @@ dist-tgz: dist-dir

debian: dist-dir
tar cfv shutorial_$(VERSION).orig.tar shutorial-$(VERSION)
cd shutorial-$(VERSION) ; cp -r distros/debian . ; dpkg-buildpackage -us -uc
cd shutorial-$(VERSION) ; cp -r distros/debian . ; cat debian/changelog; dpkg-buildpackage -us -uc

arch-linux: dist-dir
tar cfvJ shutorial-$(VERSION).tar.xz shutorial-$(VERSION)
Expand Down

0 comments on commit f35dcb8

Please sign in to comment.