diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-30 11:50:51 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-30 11:50:51 +0200 |
commit | f57002a804cca7601e82d9baef4288691b3eed0a (patch) | |
tree | 6a996f8754b52dc35177415bb3a067fb1e911a17 /etc | |
parent | 94ccc094bb7e43caf7f46a2c4362ae265c524c38 (diff) | |
download | midipix_build-f57002a804cca7601e82d9baef4288691b3eed0a.tar.bz2 midipix_build-f57002a804cca7601e82d9baef4288691b3eed0a.tar.xz |
Fix stripping.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.msgs.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/build.msgs.en b/etc/build.msgs.en index 2823ba8c..1d468eba 100644 --- a/etc/build.msgs.en +++ b/etc/build.msgs.en @@ -26,7 +26,7 @@ MSG_pkg_skip_finished="1;Skipping finished package \`%s'."; MSG_pkg_skip_unknown="1;Error: unknown package \`%s'."; MSG_pkg_stderrout_log="2;%s/%s_stderrout.log:"; MSG_pkg_step="2;Finished build step %s of package \`%s'."; -MSG_pkg_strip="1;Stripping %s..."; +MSG_pkg_strip="1;Stripped %s"; MSG_zipdist_begin="0;Building deployable distribution ZIP archive..."; MSG_zipdist_finished="0;Finished building deployable distribution ZIP archive."; |