xbps-src: create XBPS_WRAPPERDIR in the upperdir with overlayfs.

This commit is contained in:
Juan RP 2015-04-24 11:01:59 +02:00
parent 844717f93f
commit 3caa64b981
1 changed files with 4 additions and 1 deletions

View File

@ -447,7 +447,10 @@ setup_pkg() {
export XBPS_STATEDIR="${XBPS_BUILDDIR}/.xbps-${sourcepkg}"
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
}