diff options
| author | B. Watson <urchlay@slackware.uk> | 2023-09-24 04:54:08 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2023-09-24 04:54:08 -0400 |
| commit | 1c18e9a3f0e65850c66fecb72580c90b9cbd38c8 (patch) | |
| tree | 1c8838bf7d0b919df1421608eabb83fd58c7d45e | |
| parent | 44d81729f4ab57d8e804cca8ba3f501826a4124a (diff) | |
| download | sbo-maintainer-tools-1c18e9a3f0e65850c66fecb72580c90b9cbd38c8.tar.gz | |
sbopkglint: clarify doinst hardcoded path error msg.
| -rw-r--r-- | sbopkglint.d/70-tmp_path.t.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
