summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-04-14 11:01:55 +0200
committerBruno Haible <bruno@clisp.org>2020-04-14 11:01:55 +0200
commitbf6349a036e427e20f9c9fa7d97b4177abca87c9 (patch)
treeaf5c494b156d8ee037e8a1bf8b921ed4e8c0c86f
parentf9eb5b598da12cdcfc856fbf7249c5dd281433e7 (diff)
downloadgettext-0.20.x.tar.gz
Fix typo in release steps.0.20.x
-rw-r--r--Admin/release-steps4
1 files changed, 2 insertions, 2 deletions
diff --git a/Admin/release-steps b/Admin/release-steps
index 100e4e2c2..9ad0a636b 100644
--- a/Admin/release-steps
+++ b/Admin/release-steps
@@ -268,8 +268,8 @@ We assume that the following environment variables are set:
If necessary, produce variants with higher compression (takes 7 minutes):
- gzip -d -c < gettext-$CURRENT_VERSION-*.tar.gz | xz -c -e > gettext-$CURRENT_VERSION-*.tar.xz
- gzip -d -c < gettext-$CURRENT_VERSION-*.tar.gz | lzip -c -9 > gettext-$CURRENT_VERSION-*.tar.lz
+ gzip -d -c < gettext-$CURRENT_VERSION.tar.gz | xz -c -e > gettext-$CURRENT_VERSION.tar.xz
+ gzip -d -c < gettext-$CURRENT_VERSION.tar.gz | lzip -c -9 > gettext-$CURRENT_VERSION.tar.lz
Add a git tag (an annotated tag, not a lightweight tag):