From c267de33ba07dff4e2d57e4be77e887483cec9be Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 17 May 2010 11:26:04 +0200 Subject: [PATCH] glibc.spec: remove extra -o in find command --- fedora/glibc.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index c44a95467c..ee13633582 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -582,7 +582,7 @@ rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo ! -path "*/lib/debug/*" -printf "/%%P\n" \) find $RPM_BUILD_ROOT -type d \ \( -path '*%{_prefix}/share/*' ! -path '*%{_infodir}' -o \ - -path "*%{_prefix}/include/*" -o \ + -path "*%{_prefix}/include/*" \ \) -printf "%%%%dir /%%P\n" } | {