From f010c51537c7bed8a787b79a00519a8284e8c685 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Wed, 3 Jul 2019 13:44:48 +0000 Subject: kiss-new: Polish FossilOrigin-Name: f8fd3bc799286ba78371172ef46280fd9105955b3b7f4c85d50a45133da076ac --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 0dcd4a4..db8c205 100755 --- a/kiss +++ b/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. -- cgit v1.2.3