diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-08 14:28:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-08 14:28:52 +0000 |
commit | f284619d375b6868428a999e15ef613a8122c67b (patch) | |
tree | 7218912a6aef85e5f5c1b15bfd496a51f92debc8 /perl-install/install_steps_interactive.pm | |
parent | 803dcb6b1c081044229c57ce8e7dedfcaee9c150 (diff) | |
download | drakx-f284619d375b6868428a999e15ef613a8122c67b.tar drakx-f284619d375b6868428a999e15ef613a8122c67b.tar.gz drakx-f284619d375b6868428a999e15ef613a8122c67b.tar.bz2 drakx-f284619d375b6868428a999e15ef613a8122c67b.tar.xz drakx-f284619d375b6868428a999e15ef613a8122c67b.zip |
switch to xorg
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 62e40599c..39c3729b3 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1079,7 +1079,7 @@ sub summary { }; my $check_complete = sub { - $o->{raw_X} || !$::testing && !pkgs::packageByName($o->{packages}, 'XFree86')->flag_installed || + $o->{raw_X} || !$::testing && !pkgs::packageByName($o->{packages}, 'xorg-x11')->flag_installed || $o->ask_yesorno('', N("You have not configured X. Are you sure you really want this?")); }; |