1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

kiss-new: Polish

This commit is contained in:
Dylan Araps 2019-07-03 16:44:48 +03:00
parent d7ca9adc75
commit 7cbe4185f0

2
kiss
View File

@ -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.