From 38620eeb9fd3510ed20ad5bd465f24bfb5c0faaa Mon Sep 17 00:00:00 2001 From: Manuel Tiago Pereira Date: Tue, 23 Jan 2018 13:45:30 +0000 Subject: Make file missing in source var explicit. I've forgot to add a patch file to the source variable in an APKBUILD, altought I did add it to the sums variable. The error message made it seem that I've forgot to add the file to the source directory, which led me to check if my build system was missing the files for some reason. Only after reading the `abuild.in` file did I understood what happened. Hopefully this change makes the message clearer and more helpful. --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index 7aac818..b27a460 100644 --- a/abuild.in +++ b/abuild.in @@ -220,7 +220,7 @@ default_sanitycheck() { while [ $# -gt 1 ]; do local file="$2" shift 2 - source_has $file || die "$file exists in ${algo}sums but is missing in source" + source_has $file || die "$file exists in ${algo}sums but is missing in \$source" done done -- cgit v1.2.3-60-g2f50