Commit f0356406 authored by Lukasz Dorau's avatar Lukasz Dorau
Browse files

Fix finding valgrind.pc

'find' can return value != 0 even if it finds the file:
It happens on Arch Linux:
$ find /usr -name valgrind.pc || echo RV=$?
find: ‘/usr/share/polkit-1/rules.d’: Permission denied
/usr/lib/pkgconfig/valgrind.pc
RV=1
parent e747a1d3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment