summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2008-01-01 19:49:53 +0000
committerEric S. Raymond <esr@thyrsus.com>2008-01-01 19:49:53 +0000
commit46290f996337867e87ee49a2b4d941b7f6685e8a (patch)
treeb39be960c63dee2d60f2188b95e99b184b817c2a /Makefile.am
parent3015b09119a13731cc3a6f6711184c30f33777d6 (diff)
downloadgpsd-46290f996337867e87ee49a2b4d941b7f6685e8a.tar.gz
Small shipping improvement for next time, and bump the version number.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 534439a0..ace15dd3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -439,8 +439,8 @@ unstable-makeregress: gpsd
# It requires developer access verified via ssh.
#
upload-ftp:
- sha1 gpsd-$(VERSION).tar.gz >SHA1
- lftp -c "put gpsd-$(VERSION).tar.gz SHA1" ftp://ftp.berlios.de/incoming
+ sha1 gpsd-$(VERSION).tar.gz >gpsd.sum
+ lftp -c "mput gpsd-$(VERSION).tar.gz gpsd.sum" ftp://ftp.berlios.de/incoming
#
# This is how to tag a release for the SVN repository.