chroot.sh: don't hardcode path to xbps-src anymore.

--HG--
extra : convert_revision : bbaf586b398a1c359c8ebee085af7627ca9336e9
This commit is contained in:
Juan RP 2008-12-22 05:29:26 +01:00
parent b463fe14a3
commit 0cd947bff0

View file

@ -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