mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20: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."
|
[ -f sources ] || die "[$1]: Sources file not found."
|
||||||
[ -x build ] || die "[$1]: Build file not found or not executable."
|
[ -x build ] || die "[$1]: Build file not found or not executable."
|
||||||
[ -s version ] || die "[$1]: Version file not found or empty."
|
[ -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
|
# Ensure that the release field in the version file is set
|
||||||
# to something.
|
# to something.
|
||||||
|
Loading…
Reference in New Issue
Block a user