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
Please register or sign in to comment