From 89a14b9204e0caad6d143949e0ea9c4cf2173df9 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 5 Aug 2005 04:23:39 +0000 Subject: move is_xbox from common to detect_devices --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index c1984523b..63f0290d9 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -989,7 +989,7 @@ sub ejectCdrom { #- D state if the cdrom is already removed $o_mountpoint and eval { fs::mount::umount($o_mountpoint) }; $@ and warnAboutFilesStillOpen(); - return if is_xbox(); + return if detect_devices::is_xbox(); openCdromTray($cdrom); } -- cgit v1.2.1