summaryrefslogtreecommitdiff
path: root/build-aux/gnupload
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-11-08 18:58:42 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-11-08 18:58:42 +0000
commit8f9119f3ee4b582888adfd7e397d62944fb9fce2 (patch)
tree93fcbc5226011a216671ef2a2e49aefd3359cdcb /build-aux/gnupload
parent93fd85b142982ad02127756011e57226a0088ad6 (diff)
downloadgnulib-8f9119f3ee4b582888adfd7e397d62944fb9fce2.tar.gz
Sync from Automake.
* build-aux/gnupload: Add missing 'gnu' to example URL. Report by Karl Berry.
Diffstat (limited to 'build-aux/gnupload')
-rwxr-xr-xbuild-aux/gnupload4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/gnupload b/build-aux/gnupload
index 0bee2102c4..2f9a1fd454 100755
--- a/build-aux/gnupload
+++ b/build-aux/gnupload
@@ -1,7 +1,7 @@
#!/bin/sh
# Sign files and upload them.
-scriptversion=2006-10-15.21
+scriptversion=2006-11-08.20
# Copyright (C) 2004, 2005, 2006 Free Software Foundation
#
@@ -48,7 +48,7 @@ Recognized destinations are:
Example:
gnupload --to sources.redhat.com:~ftp/pub/automake \\
- --to alpha.gnu.org:automake \\
+ --to alpha.gnu.org:gnu/automake \\
automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2
Report bugs to <bug-automake@gnu.org>.