]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo in release steps. 0.20.x
authorBruno Haible <bruno@clisp.org>
Tue, 14 Apr 2020 09:01:55 +0000 (11:01 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 14 Apr 2020 09:01:55 +0000 (11:01 +0200)
Admin/release-steps

index 100e4e2c2c6aae66c2969c3819c4341f97f633be..9ad0a636b3794d3408df8d4cc555a331992cdf7f 100644 (file)
@@ -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):