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