diff options
-rwxr-xr-x | makerelease | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makerelease b/makerelease index a529dd14..ec1c52d3 100755 --- a/makerelease +++ b/makerelease @@ -152,7 +152,7 @@ growthplot; print "Making LSM..."; $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("rpm2lsm -k '$keywords' fetchmail-$version-1.i386.rpm >fetchmail.lsm"); system("ls -l fetchmail.lsm"); # Avoid leaving unwriteable files around |