From c699eb4e664a56be42e2f8bba5d8d6176ee0e17f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mar 28 2008 21:33:28 +0000 Subject: Use find -print0/xargs -0 --- diff --git a/cmake.spec b/cmake.spec index 5ec5b2d..6097dec 100644 --- a/cmake.spec +++ b/cmake.spec @@ -47,7 +47,7 @@ The %{name}-gui package contains the Qt based GUI for CMake. %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