projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b391b3
)
fix logic error
author
Marius Mauch
<genone@gentoo.org>
Sun, 27 Apr 2008 09:19:20 +0000
(09:19 -0000)
committer
Marius 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
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index 6bc0419e076eedc80b5ff5d92635206e297c2b12..2486bd96c9b78a8a24591d4bad7ed78389d18353 100755
(executable)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-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