xbps-src: fix fetch phase with depends, performance improvements.
- The fetch phase *must* run after installing pkg dependencies, otherwise it could fail if we need them for fetching. - Performance improvements for xbps-src. Only source shutils files at the start, not every time we use a function.
This commit is contained in:
parent
12b16e75a0
commit
7984b39928
10 changed files with 10 additions and 63 deletions
|
@ -54,7 +54,6 @@ if [ "${chroot_cmd}" = "chroot" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
. $XBPS_SHUTILSDIR/builddep_funcs.sh
|
||||
check_installed_pkg base-chroot-0.11
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "${XBPS_MASTERDIR} has not been prepared for chroot operations."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue