aboutsummaryrefslogtreecommitdiffstats
path: root/makerelease
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-02-28 11:42:13 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-02-28 11:42:13 +0000
commit12db85ed0a6919913935ce7670e85165111020c4 (patch)
treef79ea9189bb1b51a8a1697ad9932067da3447408 /makerelease
parent56ff12cae66d1cb56ba92bdb8474c823643638be (diff)
downloadfetchmail-12db85ed0a6919913935ce7670e85165111020c4.tar.gz
fetchmail-12db85ed0a6919913935ce7670e85165111020c4.tar.bz2
fetchmail-12db85ed0a6919913935ce7670e85165111020c4.zip
LSM generation finally works.
svn path=/trunk/; revision=3797
Diffstat (limited to 'makerelease')
-rwxr-xr-xmakerelease2
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