aboutsummaryrefslogtreecommitdiffstats
path: root/upload
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-11 22:41:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-11 22:41:34 +0000
commit979b46e876bc6cc257ce0d48baf601bc44da8cba (patch)
tree11f9972d5a91c8f65ad9ecfad05e6db83852b0d6 /upload
parentbb24c2a3a449fc868b8097f7fea8b03d28f51f11 (diff)
downloadfetchmail-979b46e876bc6cc257ce0d48baf601bc44da8cba.tar.gz
fetchmail-979b46e876bc6cc257ce0d48baf601bc44da8cba.tar.bz2
fetchmail-979b46e876bc6cc257ce0d48baf601bc44da8cba.zip
Fix the upload
svn path=/trunk/; revision=3239
Diffstat (limited to 'upload')
-rwxr-xr-xupload4
1 files changed, 2 insertions, 2 deletions
diff --git a/upload b/upload
index 560acf7f..2f6bc548 100755
--- a/upload
+++ b/upload
@@ -34,8 +34,8 @@ echo "Upload to ${WWWVIRTUAL} complete"
lftp <<EOF
# Copy to FTP site
-open $FTPHOST/fetchmail
-cd $FTPDIR
+open $FTPHOST
+cd $FTPDIR/fetchmail
put fetchmail-${version}.tar.gz
put fetchmail-${version}-1.i386.rpm
put fetchmail-${version}-1.src.rpm