No need to run umount_chroot_fs anymore in xbps.sh.
--HG-- extra : convert_revision : 7d0338fb96eeb8ecb62a993087323a70efa57d8b
This commit is contained in:
parent
5bbe3cb1ad
commit
12d0412547
2
xbps.sh
2
xbps.sh
|
@ -1507,7 +1507,6 @@ build)
|
|||
if [ -z "$base_chroot" -a -z "$in_chroot" ]; then
|
||||
run_file $XBPS_TMPLHELPDIR/chroot.sh
|
||||
chroot_pkg_handler build $2
|
||||
umount_chroot_fs
|
||||
else
|
||||
fetch_distfiles $2
|
||||
if [ ! -f "$XBPS_EXTRACT_DONE" ]; then
|
||||
|
@ -1528,7 +1527,6 @@ configure)
|
|||
if [ -z "$base_chroot" -a -z "$in_chroot" ]; then
|
||||
run_file $XBPS_TMPLHELPDIR/chroot.sh
|
||||
chroot_pkg_handler configure $2
|
||||
umount_chroot_fs
|
||||
else
|
||||
fetch_distfiles $2
|
||||
if [ ! -f "$XBPS_EXTRACT_DONE" ]; then
|
||||
|
|
Loading…
Reference in New Issue