mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-19 13:00:05 -07:00
kiss-new: Polish
This commit is contained in:
parent
d7ca9adc75
commit
7cbe4185f0
2
kiss
2
kiss
@ -44,7 +44,7 @@ pkg_lint() {
|
||||
[ -f sources ] || die "[$1]: Sources file not found."
|
||||
[ -x build ] || die "[$1]: Build file not found or not executable."
|
||||
[ -s version ] || die "[$1]: Version file not found or empty."
|
||||
[ -f checksums ] || die "[$1]: Checksums file not found."
|
||||
[ -f checksums ] || die "[$1]: Checksums file not found ('$0 checksums $1')."
|
||||
|
||||
# Ensure that the release field in the version file is set
|
||||
# to something.
|
||||
|
Loading…
Reference in New Issue
Block a user