From 1c18e9a3f0e65850c66fecb72580c90b9cbd38c8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 24 Sep 2023 04:54:08 -0400 Subject: sbopkglint: clarify doinst hardcoded path error msg. --- sbopkglint.d/70-tmp_path.t.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbopkglint.d/70-tmp_path.t.sh b/sbopkglint.d/70-tmp_path.t.sh index 5041f09..6b8537e 100644 --- a/sbopkglint.d/70-tmp_path.t.sh +++ b/sbopkglint.d/70-tmp_path.t.sh @@ -14,5 +14,5 @@ found="$(find . -type f -print0 | xargs -0 fgrep -l "$TMP/package-")" if [ -n "$found" ]; then warn "found files with TMP ($TMP/package-*) baked in:" - echo "$found" 1>&2 + echo "$found" | sed 's,var/lib/pkgtools/scripts/.*,& (aka install/doinst.sh),' 1>&2 fi -- cgit v1.2.3