Add sha256sum to release directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2021-04-12 22:58:21 +02:00
parent cffa7fa7b7
commit fa5f1b826e
1 changed files with 4 additions and 0 deletions

View File

@ -505,6 +505,10 @@ release-shared: release-man release-readme release-scripts
.PHONY: release
release: release-arch release-shared
cd $(SORTIX_RELEASE_DIR)/$(VERSION) && \
find . -type f '!' -name sha256sum -exec sha256sum '{}' ';' | \
sed -E 's,^([^ ]* )\./,\1,' | \
LC_ALL=C sort -k 2 > sha256sum
# Virtualization
.PHONY: run-virtualbox