mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
misc: cleanup
This commit is contained in:
parent
9cce423f27
commit
66523d5a64
6
kiss
6
kiss
@ -48,9 +48,9 @@ pkg_lint() {
|
||||
|
||||
cd "$repo_dir" || die "'$repo_dir' not accessible"
|
||||
|
||||
[ -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 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."
|
||||
|
||||
# Ensure that the release field in the version file is set
|
||||
# to something. The above test checks for the version field inclusively.
|
||||
|
Loading…
Reference in New Issue
Block a user