info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs.spec(.in) is causing an error building rpms


From: Mark D. Baushke
Subject: Re: cvs.spec(.in) is causing an error building rpms
Date: Tue, 30 Mar 2004 20:39:54 -0800

Hi Geoff,

Sending a patch to address@hidden or address@hidden (a slightly
better place) is fine.

Does this patch work for you?

        -- Mark

Index: cvs.spec.in
===================================================================
RCS file: /cvs/ccvs/cvs.spec.in,v
retrieving revision 1.7.4.3
diff -u -p -r1.7.4.3 cvs.spec.in
--- cvs.spec.in 26 Mar 2004 02:49:35 -0000      1.7.4.3
+++ cvs.spec.in 31 Mar 2004 04:37:25 -0000
@@ -89,7 +89,7 @@ make LDFLAGS=-s
 # 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 -f $RPM_BUILD_ROOT/%{_infodir}/dir
 
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT




reply via email to

[Prev in Thread] Current Thread [Next in Thread]