builddep_funcs: add extra space to the deps message.
This commit is contained in:
parent
8a9c6d1033
commit
85f018289f
1 changed files with 2 additions and 2 deletions
|
@ -135,10 +135,10 @@ install_dependencies_pkg()
|
||||||
iver="$($XBPS_PKGDB_CMD version $pkgn)"
|
iver="$($XBPS_PKGDB_CMD version $pkgn)"
|
||||||
check_pkgdep_matched "${i}"
|
check_pkgdep_matched "${i}"
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo " ${i}: found $pkgn-$iver."
|
echo " ${i}: found $pkgn-$iver."
|
||||||
continue
|
continue
|
||||||
else
|
else
|
||||||
echo " ${i}: not found."
|
echo " ${i}: not found."
|
||||||
notinstalled_deps="$notinstalled_deps $i"
|
notinstalled_deps="$notinstalled_deps $i"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue