diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-26 15:22:05 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-26 15:35:28 +0200 |
commit | 6a630d65522105b25363ab4ac10248fc13b1c783 (patch) | |
tree | fb7b0cc06f9a64a5a20bf18b8d31244d19a933b9 /etc | |
parent | d677b4ef2b668e64f85bcb55c96c7c8519ef9279 (diff) | |
download | midipix_build-6a630d65522105b25363ab4ac10248fc13b1c783.tar.bz2 midipix_build-6a630d65522105b25363ab4ac10248fc13b1c783.tar.xz |
Print group file pathname in ./pkgtool.sh -i output.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pkgtool.msgs.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pkgtool.msgs.en b/etc/pkgtool.msgs.en index eb9d25ab..1fe000f0 100644 --- a/etc/pkgtool.msgs.en +++ b/etc/pkgtool.msgs.en @@ -2,7 +2,7 @@ # en_* locale messages file for pkgtool.sh # -MSG_info_build_group="1;Build group: [0m%s"; +MSG_info_build_group="2;Build group: [0m%s ([4m%s[0m)"; MSG_info_pkg_deps_fail="1;Warning: failed to unfold dependency-expanded package name list for \`%s'."; MSG_info_pkg_direct_deps="2;Direct dependencies of \`%s': [0m%s"; MSG_info_pkg_no_deps="1;Package \`%s' has no dependencies."; |