kiss: Fix checksums issues

This commit is contained in:
Dylan Araps 2020-01-18 10:59:40 +02:00
parent 445ba5ead5
commit f54608ee3e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 1 deletions

3
kiss
View File

@ -597,8 +597,9 @@ pkg_checksums() {
elif [ -f "$src_dir/$1/${src##*/}" ]; then
src_path=$src_dir/$1
# File is a git repository, skip checksums.
# File is a git repository.
elif [ -z "${src##git+*}" ]; then
printf '%-64s %s\n' git "${src##*/}"
continue
# Die here if source for some reason, doesn't exist.