# HG changeset patch # User Michael Schloh von Bennewitz # Date 1231406394 -3600 # Node ID f9bd3f5f28c75623b143b59bd148f5e8958f46a6 # Parent 673ed164f8e55d647081bc9f668e39790a9a8bad Rewrite find predicate '-or' to be more portable with '-o'. diff -r 673ed164f8e5 -r f9bd3f5f28c7 mesa/mesa.spec --- a/mesa/mesa.spec Thu Jan 08 10:18:50 2009 +0100 +++ b/mesa/mesa.spec Thu Jan 08 10:19:54 2009 +0100 @@ -32,7 +32,7 @@ Group: XWindow License: LGPL Version: 7.2 -Release: 20081126 +Release: 20090106 # package options %option with_demos no @@ -107,7 +107,7 @@ configs/* %{l_shtool} subst \ -e "s;\.\./images/;%{l_prefix}/lib/mesa/images/;" \ - `find . -name '*.c' -or -name '*.cxx'` + `find . -name '*.c' -o -name '*.cxx'` %build case "%{l_platform -t}" in