fix logic error
authorMarius Mauch <genone@gentoo.org>
Sun, 27 Apr 2008 09:19:20 +0000 (09:19 -0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 27 Apr 2008 09:19:20 +0000 (09:19 -0000)
svn path=/main/trunk/; revision=9998

bin/misc-functions.sh

index 6bc0419e076eedc80b5ff5d92635206e297c2b12..2486bd96c9b78a8a24591d4bad7ed78389d18353 100755 (executable)
@@ -180,7 +180,7 @@ install_qa_check() {
                                        for path in ${opath//:/ }; do
                                                [ -e "${D}/${path}/${lib}" ] && found=1
                                        done
-                                       [ "${found}" -gt 0 ] && rneeded="${rneeded},${lib}"
+                                       [ "${found}" -eq 0 ] && rneeded="${rneeded},${lib}"
                                done
                                rneeded=${rneeded:1}
                                if [ -n "${rneeded}" ]; then