chroot.sh: don't hardcode path to xbps-src anymore.
--HG-- extra : convert_revision : bbaf586b398a1c359c8ebee085af7627ca9336e9
This commit is contained in:
parent
b463fe14a3
commit
0cd947bff0
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ xbps_chroot_handler()
|
||||||
[ -n "$only_destdir" ] && \
|
[ -n "$only_destdir" ] && \
|
||||||
local lenv="install_destdir_target=yes"
|
local lenv="install_destdir_target=yes"
|
||||||
env in_chroot=yes ${lenv} chroot $XBPS_MASTERDIR \
|
env in_chroot=yes ${lenv} chroot $XBPS_MASTERDIR \
|
||||||
/xbps/xbps-src.sh $action $pkg
|
xbps-src $action $pkg
|
||||||
fi
|
fi
|
||||||
msg_normal "Exiting from the chroot on $XBPS_MASTERDIR."
|
msg_normal "Exiting from the chroot on $XBPS_MASTERDIR."
|
||||||
umount_chroot_fs
|
umount_chroot_fs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue