diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-01 15:51:48 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-01 15:51:48 +0000 |
| commit | 70eaae07db27291d918aaf84f1c08bc0ac744534 (patch) | |
| tree | 034d33745569f9d088ed82f635bacb74891e098d /Makefile | |
| parent | e1af31f6456fc5b87e97d9852083c8ec4905bdb1 (diff) | |
| download | s6-networking-70eaae07db27291d918aaf84f1c08bc0ac744534.tar.gz | |
Add hash
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ tgz: distclean cp -a . /tmp/$$package-$$version && \ cd /tmp && \ tar -zpcv --owner=0 --group=0 --numeric-owner --exclude=.git* -f /tmp/$$package-$$version.tar.gz $$package-$$version && \ + sha256sum $$package-$$version.tar.gz > $$package-$$version.tar.gz.sha256 && \ exec rm -rf /tmp/$$package-$$version strip: $(ALL_LIBS) $(ALL_BINS) |
