mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
xbps-src: don't mess with masterdir set in argv
This commit is contained in:
parent
67dec0bf5a
commit
668b4a32ca
1 changed files with 2 additions and 0 deletions
2
xbps-src
2
xbps-src
|
@ -536,6 +536,8 @@ fi
|
|||
# unless in a container for simplicity of container/CI usage
|
||||
if [ "$XBPS_CHROOT_CMD" = ethereal ]; then
|
||||
: "${XBPS_MASTERDIR:=$XBPS_DISTDIR/masterdir}"
|
||||
elif [ -n "$XBPS_ARG_MASTERDIR" ]; then
|
||||
: # Don't mess with masterdir in argv
|
||||
else
|
||||
: "${XBPS_MASTERDIR:=$XBPS_DISTDIR/masterdir-$XBPS_MACHINE}"
|
||||
# but use $XBPS_DISTDIR/masterdir if it exists and the new style doesn't
|
||||
|
|
Loading…
Add table
Reference in a new issue