Skip to content

Commit

Permalink
glibc.spec: remove extra -o in find command
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed May 17, 2010
1 parent 8c4cef8 commit c267de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
} | {

Expand Down

0 comments on commit c267de3

Please sign in to comment.