SPECS: cinelerra-cv.spec - use xargs as sed can edit multiple files

glen glen at pld-linux.org
Sat Aug 23 17:25:17 CEST 2008


Author: glen                         Date: Sat Aug 23 15:25:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use xargs as sed can edit multiple files

---- Files affected:
SPECS:
   cinelerra-cv.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/cinelerra-cv.spec
diff -u SPECS/cinelerra-cv.spec:1.15 SPECS/cinelerra-cv.spec:1.16
--- SPECS/cinelerra-cv.spec:1.15	Sat Aug 23 17:06:12 2008
+++ SPECS/cinelerra-cv.spec	Sat Aug 23 17:25:11 2008
@@ -95,7 +95,7 @@
 %setup -q
 %patch0 -p1
 
-find . -name Makefile.am -exec sed -i -e 's#^LIBTOOL =.*##g' "{}" ";"
+find -name Makefile.am | xargs %{__sed} -i -e 's#^LIBTOOL =.*##g'
 
 %build
 rm -f m4/*.m4 *.m4
@@ -158,6 +158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2008/08/23 15:25:11  glen
+- use xargs as sed can edit multiple files
+
 Revision 1.15  2008/08/23 15:06:12  arekm
 - rel 10
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cinelerra-cv.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list