xbps-src/shutils/common: read build_dependencies.sh for check_installed_pkg().
This commit is contained in:
parent
a3e5326d0e
commit
06ac73239f
|
@ -276,6 +276,8 @@ setup_pkg() {
|
|||
fi
|
||||
done
|
||||
|
||||
. ${XBPS_SHUTILSDIR}/build_dependencies.sh
|
||||
|
||||
# Check if base-chroot is already installed.
|
||||
if [ -z "$bootstrap" ]; then
|
||||
check_installed_pkg base-chroot-0.1_1
|
||||
|
|
Loading…
Reference in New Issue