From 12d0412547ea118128bad459bbf5be83926f0f37 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Oct 2008 07:37:30 +0100 Subject: [PATCH] No need to run umount_chroot_fs anymore in xbps.sh. --HG-- extra : convert_revision : 7d0338fb96eeb8ecb62a993087323a70efa57d8b --- xbps.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/xbps.sh b/xbps.sh index 8c4ace6f41c..35c019ff045 100755 --- a/xbps.sh +++ b/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