Use find -print0/xargs -0
This commit is contained in:
parent
ceea4e4b14
commit
c699eb4e66
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue