From 12db85ed0a6919913935ce7670e85165111020c4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 28 Feb 2003 11:42:13 +0000 Subject: LSM generation finally works. svn path=/trunk/; revision=3797 --- makerelease | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makerelease') 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 -- cgit v1.2.3