From 882bb1851ab12ee3ba1561552faf90850e212052 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 11 Mar 2012 17:59:34 +0100 Subject: [PATCH] QA: libs-location: Revert checking in /usr/lib(64). That was not such a good idea because upstream is messing too much with library names. --- tools/quality-agent.d/003-libs-location | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quality-agent.d/003-libs-location b/tools/quality-agent.d/003-libs-location index 479f1708..0ee82376 100755 --- a/tools/quality-agent.d/003-libs-location +++ b/tools/quality-agent.d/003-libs-location @@ -25,7 +25,7 @@ function check() { local failed=0 local found - for lib in $(find ${BUILDROOT}/{,usr/}${libdir} -maxdepth 1 -type f -name "lib*.so.*" 2>/dev/null); do + for lib in $(find ${BUILDROOT}/${libdir} -maxdepth 1 -type f -name "lib*.so.*" 2>/dev/null); do lib=${lib##*/} lib=${lib%%.so*} -- 2.47.3