diff options
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |