diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index d74539139cf..788a8cec1e1 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -397,7 +397,7 @@ setup_pkg() { exit 0 fi - export XBPS_STATEDIR="${XBPS_BUILDDIR}/.xbps-${sourcepkg}-${version}" + export XBPS_STATEDIR="${XBPS_BUILDDIR}/.xbps-${sourcepkg}" export XBPS_WRAPPERDIR="${XBPS_STATEDIR}/wrappers" mkdir -p $XBPS_WRAPPERDIR }