aboutsummaryrefslogtreecommitdiffstats
path: root/makerelease
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-02-28 11:26:48 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-02-28 11:26:48 +0000
commit65c345cc69f174e80243141f7147b09d7b17f193 (patch)
tree5cd545a01c9cb2030711045ba7067af16ff0f98e /makerelease
parent9cb888960d9191a2442bd194e84f3e56ac809eed (diff)
downloadfetchmail-65c345cc69f174e80243141f7147b09d7b17f193.tar.gz
fetchmail-65c345cc69f174e80243141f7147b09d7b17f193.tar.bz2
fetchmail-65c345cc69f174e80243141f7147b09d7b17f193.zip
Version bump.
svn path=/trunk/; revision=3795
Diffstat (limited to 'makerelease')
-rwxr-xr-xmakerelease7
1 files changed, 5 insertions, 2 deletions
diff --git a/makerelease b/makerelease
index 3ba6a566..a529dd14 100755
--- a/makerelease
+++ b/makerelease
@@ -151,9 +151,12 @@ print "Making activity graph...";
growthplot;
print "Making LSM...";
-$keywords="mail, client, POP, POP2, POP3, APOP, RPOP, KPOP, IMAP, ETRN, ODMR, SMTP, ESMTP, GSSAPI, RPA, NTLM, CRAM-MD5, SASL"
+$keywords="mail, client, POP, POP2, POP3, APOP, RPOP, KPOP, IMAP, ETRN, ODMR, SMTP, ESMTP, GSSAPI, RPA, NTLM, CRAM-MD5, SASL";
system("rpm2lsm $version -k $keywords fetchmail-$version-1.i386.rpm >fetchmail.lsm");
-system("ls -l fetchmail.lsm")
+system("ls -l fetchmail.lsm");
+
+# Avoid leaving unwriteable files around
+system("chown -R esr .");
print "Done\n";