Pass XBPS_MASTERDIR to the xbps-src signal handler.
This commit is contained in:
@@ -96,7 +96,9 @@ umount_chroot_fs()
|
||||
|
||||
# Remove created dirs
|
||||
if [ ! -f ${XBPS_MASTERDIR}/.xbps_mount_bind_done ]; then
|
||||
[ -d ${XBPS_MASTERDIR}/xbps ] && rmdir ${XBPS_MASTERDIR}/xbps
|
||||
if [ -d ${XBPS_MASTERDIR}/xbps ]; then
|
||||
rmdir ${XBPS_MASTERDIR}/xbps 2>/dev/null
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user