xbps-src: do not use ${version} to compose XBPS_STATEDIR.
GNU autoconf configure scripts will separate PATH components with `:' and some pkgs could use this char in its version component.
This commit is contained in:
parent
3170e0b509
commit
4a91db3b95
|
@ -397,7 +397,7 @@ setup_pkg() {
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export XBPS_STATEDIR="${XBPS_BUILDDIR}/.xbps-${sourcepkg}-${version}"
|
export XBPS_STATEDIR="${XBPS_BUILDDIR}/.xbps-${sourcepkg}"
|
||||||
export XBPS_WRAPPERDIR="${XBPS_STATEDIR}/wrappers"
|
export XBPS_WRAPPERDIR="${XBPS_STATEDIR}/wrappers"
|
||||||
mkdir -p $XBPS_WRAPPERDIR
|
mkdir -p $XBPS_WRAPPERDIR
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue