xbps-src: revbump also when the rshlibs doesn't exist.
This commit is contained in:
parent
48209c4058
commit
4eb1296169
|
@ -155,6 +155,7 @@ verify_rundeps()
|
|||
echo " SONAME: $j (added)"
|
||||
echo "${j}" >> $rsonamef
|
||||
done
|
||||
broken=1
|
||||
else
|
||||
# check if soname is already in the rshlibs file.
|
||||
for j in ${soname_list}; do
|
||||
|
|
Loading…
Reference in New Issue