packages: lcr/lcr.spec - clean up backups after patching -- they confuse 'm...

jajcus jajcus at pld-linux.org
Tue Jun 16 12:36:47 CEST 2009


Author: jajcus                       Date: Tue Jun 16 10:36:47 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- clean up backups after patching -- they confuse 'make install' somehow

---- Files affected:
packages/lcr:
   lcr.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/lcr/lcr.spec
diff -u packages/lcr/lcr.spec:1.4 packages/lcr/lcr.spec:1.5
--- packages/lcr/lcr.spec:1.4	Tue Jun 16 12:27:02 2009
+++ packages/lcr/lcr.spec	Tue Jun 16 12:36:41 2009
@@ -48,6 +48,9 @@
 %patch1 -p1
 %patch2 -p1
 
+# cleanup backups after patching
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %build
 %{__aclocal}
 %{__autoconf}
@@ -101,6 +104,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/06/16 10:36:41  jajcus
+- clean up backups after patching -- they confuse 'make install' somehow
+
 Revision 1.4  2009/06/16 10:27:02  jajcus
 - empty Polish %description removed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lcr/lcr.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list