xbps-src: create XBPS_WRAPPERDIR in the upperdir with overlayfs.
This commit is contained in:
parent
844717f93f
commit
3caa64b981
1 changed files with 4 additions and 1 deletions
|
@ -447,7 +447,10 @@ setup_pkg() {
|
||||||
|
|
||||||
export XBPS_STATEDIR="${XBPS_BUILDDIR}/.xbps-${sourcepkg}"
|
export XBPS_STATEDIR="${XBPS_BUILDDIR}/.xbps-${sourcepkg}"
|
||||||
export XBPS_WRAPPERDIR="${XBPS_STATEDIR}/wrappers"
|
export XBPS_WRAPPERDIR="${XBPS_STATEDIR}/wrappers"
|
||||||
mkdir -p $XBPS_WRAPPERDIR
|
|
||||||
|
if [ -z "$CHROOT_READY" -o -n "$IN_CHROOT" ]; then
|
||||||
|
mkdir -p $XBPS_WRAPPERDIR
|
||||||
|
fi
|
||||||
|
|
||||||
source_file $XBPS_COMMONDIR/environment/build-style/${build_style}.sh
|
source_file $XBPS_COMMONDIR/environment/build-style/${build_style}.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue