Use find -print0/xargs -0
This commit is contained in:
parent
ceea4e4b14
commit
c699eb4e66
@ -47,7 +47,7 @@ The %{name}-gui package contains the Qt based GUI for CMake.
|
|||||||
%patch1 -p1 -b .xmlrpc
|
%patch1 -p1 -b .xmlrpc
|
||||||
%patch2 -p1 -b .systemlibs
|
%patch2 -p1 -b .systemlibs
|
||||||
# Fixup permissions
|
# Fixup permissions
|
||||||
find -name \*.h -o -name \*.cxx | xargs chmod -x
|
find -name \*.h -o -name \*.cxx -print0 | xargs -0 chmod -x
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user