From b166cdd484804d8fdf3b53ef5dbcaa374c4caa4b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 Apr 2020 14:14:13 +0200 Subject: [PATCH] Revert "xbps-src: create XBPS_WRAPPERDIR via libexec/build.sh." This reverts commit 4df0bcff7476a5b7805ef0c56d32f3ebdfb0ea7a. Reverted until I find the real issue. --- common/xbps-src/libexec/build.sh | 2 -- common/xbps-src/shutils/common.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/xbps-src/libexec/build.sh b/common/xbps-src/libexec/build.sh index 26939b59279..cba71fbacad 100755 --- a/common/xbps-src/libexec/build.sh +++ b/common/xbps-src/libexec/build.sh @@ -29,8 +29,6 @@ done setup_pkg "$PKGNAME" $XBPS_CROSS_BUILD readonly SOURCEPKG="$sourcepkg" -mkdir -p $XBPS_WRAPPERDIR - show_pkg_build_options check_pkg_arch $XBPS_CROSS_BUILD diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index fa4e7b83519..eb7a2545461 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -643,6 +643,8 @@ setup_pkg() { export XBPS_STATEDIR="${XBPS_BUILDDIR}/.xbps-${sourcepkg}" export XBPS_WRAPPERDIR="${XBPS_STATEDIR}/wrappers" + mkdir -p $XBPS_STATEDIR $XBPS_WRAPPERDIR + source_file $XBPS_COMMONDIR/environment/build-style/${build_style}.sh # Source all build-helper files that are defined