Hi Tim,

Thanks for the quick response!

I normally use quoted-reply, but your multi-part message made that hard.

Sorry about that. I normally don't post multi-part messages to the list, but seem to have fat fingers in my mailer today.

- You can fix the spec by just adding

|| true

to the end of `rm .../dir' line.  You may want to pass that change back to
the spec file maintainer.

I'm unsure of the best place to send the patch. I get the impression that it's not the email address in the changelog :-)


If there's a better place to send it, please let me know.

Thanks,

Geoff

patch inline to prevent another multipart message:

--- cvs-1.11.14/cvs.spec.in 2004-02-17 14:04:50.000000000 -0500
+++ cvs-1.11.14.local/cvs.spec.in 2004-03-30 17:50:05.000000000 -0500
@@ -89,7 +89,7 @@
# forcefully compress the info pages so that install-info will work properly
# in the %%post
gzip $RPM_BUILD_ROOT/%{_infodir}/cvs* || true
-rm $RPM_BUILD_ROOT/%{_infodir}/dir
+rm $RPM_BUILD_ROOT/%{_infodir}/dir || true


 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT






_______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to