]> git.ipfire.org Git - pakfire.git/commitdiff
QA: libs-location: Revert checking in /usr/lib(64).
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Mar 2012 16:59:34 +0000 (17:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Mar 2012 16:59:34 +0000 (17:59 +0100)
That was not such a good idea because upstream is messing
too much with library names.

tools/quality-agent.d/003-libs-location

index 479f170843c26a9fc13a92072cbc97e77decd9ba..0ee82376412dfdef3333455a7a8323152391d3ed 100755 (executable)
@@ -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*}