From d9ab670cae8d51242f654e1b5651f628264420ce Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 24 Mar 2005 18:38:36 +0000 Subject: nasty warly uses different volume IDs for mini CDs --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 690d5b7bc..211a340e6 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -103,7 +103,7 @@ sub look_for_ISO_images() { my ($F) = @_; my ($vol_id, $app_id) = c::get_iso_volume_ids(fileno $F); #- the ISO volume names must end in -Disc\d+ - my ($cd_set) = $vol_id =~ /^(.*)-Disc\d+$/; + my ($cd_set) = $vol_id =~ /^(.*)-(?:disc\d*|extra)$/i; $cd_set && { cd_set => $cd_set, app_id => $app_id }; }; -- cgit v1.2.1