mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
xbps-src: chroot: use /void-packages.
This commit is contained in:
parent
7971cfa0bd
commit
4b6129eeb7
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ chroot_handler() {
|
|||
|
||||
action="$arg $action"
|
||||
env -i PATH=/bin:/sbin:/usr/bin:/usr/sbin:$PATH HOME=/tmp IN_CHROOT=1 LANG=en_US.UTF-8 \
|
||||
$CHROOT_CMD ${_chargs} $XBPS_MASTERDIR /xbps-packages/xbps-src $action $pkg || rv=$?
|
||||
$CHROOT_CMD ${_chargs} $XBPS_MASTERDIR /void-packages/xbps-src $action $pkg || rv=$?
|
||||
fi
|
||||
|
||||
return $rv
|
||||
|
|
Loading…
Add table
Reference in a new issue