mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
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
1 changed files with 0 additions and 2 deletions
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…
Add table
Reference in a new issue