kiss: use higher level sha256 for etcsums

This commit is contained in:
Dylan Araps 2021-07-22 08:51:40 +03:00
parent 671364fc11
commit 2f16432993
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 2 deletions

3
kiss
View File

@ -805,8 +805,7 @@ pkg_etcsums() {
set -- "$pkg_dir/$repo_name/$etc" "$@"
esac done < manifest
# Only run _sh256 if we have elements.
for f do _sh256 "$@" > etcsums; return 0; done
sh256 "$@" > etcsums
}
pkg_tar() {