xbps_chroot_handler: do not umount, leave this to the signal handler of xbps-src.
This commit is contained in:
@@ -32,9 +32,6 @@ if [ -n "${MASTERDIR}" ]; then
|
||||
export XBPS_MASTERDIR="${MASTERDIR}"
|
||||
fi
|
||||
|
||||
# Umount stuff if SIGINT or SIGQUIT was caught
|
||||
trap umount_chroot_fs INT QUIT
|
||||
|
||||
REQFS="sys proc dev xbps"
|
||||
|
||||
mount_chroot_fs()
|
||||
|
||||
Reference in New Issue
Block a user