aboutsummaryrefslogtreecommitdiffstats
path: root/makerelease
diff options
context:
space:
mode:
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";