diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-04 22:13:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-04 22:13:10 +0000 |
commit | 1d2aa43fb74f274d43d1c10bf61476d0231d7c3d (patch) | |
tree | 98290772c83e6bc2a3183d4e5aa2e64880b54c25 /perl-install/install_interactive.pm | |
parent | ff19b12f08a9a15cdbf8cf9363ccb1d64d9d8223 (diff) | |
download | drakx-1d2aa43fb74f274d43d1c10bf61476d0231d7c3d.tar drakx-1d2aa43fb74f274d43d1c10bf61476d0231d7c3d.tar.gz drakx-1d2aa43fb74f274d43d1c10bf61476d0231d7c3d.tar.bz2 drakx-1d2aa43fb74f274d43d1c10bf61476d0231d7c3d.tar.xz drakx-1d2aa43fb74f274d43d1c10bf61476d0231d7c3d.zip |
fix typo
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r-- | perl-install/install_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 8f41bfa33..79423eeb8 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -46,7 +46,7 @@ Then choose action ``Mount point'' and set it to `/'"), 1) or return; $o->ask_warn('', _("You must have a swap partition")), $ok=0 if !$::expert; $ok &&= $::expert || $o->ask_okcancel('', _("You don't have a swap partition\n\nContinue anyway?")); } - if (arch() =~ /ia64/ && !fsedit::has_mntpoint("/boot/efi", $hds) { + if (arch() =~ /ia64/ && !fsedit::has_mntpoint("/boot/efi", $hds)) { $o->ask_warn('', _("You must have a FAT partition mounted in /boot/efi")); $ok = ''; } |