summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-09-22 10:25:29 +0000
committerFrancois Pons <fpons@mandriva.com>2003-09-22 10:25:29 +0000
commit1ce4b8fd4b92487891774cd7c4a51ab867b6a0a1 (patch)
tree0198045d82d09d3b143d42c3b20cb1d5f5d5aae7
parentc66ff549a5f1d4cae30795c5a7b062eeb7bf80d7 (diff)
downloaddrakx-backup-do-not-use-1ce4b8fd4b92487891774cd7c4a51ab867b6a0a1.tar
drakx-backup-do-not-use-1ce4b8fd4b92487891774cd7c4a51ab867b6a0a1.tar.gz
drakx-backup-do-not-use-1ce4b8fd4b92487891774cd7c4a51ab867b6a0a1.tar.bz2
drakx-backup-do-not-use-1ce4b8fd4b92487891774cd7c4a51ab867b6a0a1.tar.xz
drakx-backup-do-not-use-1ce4b8fd4b92487891774cd7c4a51ab867b6a0a1.zip
try to follow what is wrong when requiring multiple cds.
-rw-r--r--perl-install/install_steps_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 758322a00..07b654c16 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -591,6 +591,7 @@ If you don't have it, press Cancel to avoid installation from this Cd-Rom.", $na
my $install_result;
catch_cdie { $install_result = $o->install_steps::installPackages($packages) }
sub {
+ log::l("catch_cdie: $@");
if ($@ =~ /^error ordering package list: (.*)/) {
$o->ask_yesorno('', [
N("There was an error ordering packages:"), $1, N("Go on anyway?") ], 1) and return 1;