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