xbps-src: verify_rundeps: do not revbump if soname_list is empty.

This commit is contained in:
Juan RP 2011-11-12 12:08:49 +01:00
parent badcea5e8c
commit de295d9771
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ verify_rundeps()
echo " SONAME: $j (added)"
echo "${j}" >> $rsonamef
done
broken=1
[ -n "$soname_list" ] && broken=1
else
# check if soname is already in the rshlibs file.
for j in ${soname_list}; do