mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue