mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue