rpms/cmake/devel cmake.spec,1.31,1.32

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Mar 28 21:34:22 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/cmake/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24376

Modified Files:
	cmake.spec 
Log Message:
Use find -print0/xargs -0



Index: cmake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/devel/cmake.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- cmake.spec	28 Mar 2008 19:32:24 -0000	1.31
+++ cmake.spec	28 Mar 2008 21:33:28 -0000	1.32
@@ -47,7 +47,7 @@
 %patch1 -p1 -b .xmlrpc
 %patch2 -p1 -b .systemlibs
 # Fixup permissions
-find -name \*.h -o -name \*.cxx | xargs chmod -x
+find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
 
 
 %build




More information about the fedora-extras-commits mailing list