diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-15 11:04:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-15 11:04:18 +0000 |
commit | fe0190928790c89d5f5256b48eb9d6076faa6c31 (patch) | |
tree | 8de2f17acf353e7307bbebb798d488304288bbe3 /perl-install | |
parent | a99503ae8850abbf0f8cf5412a5822c2975033e7 (diff) | |
download | drakx-fe0190928790c89d5f5256b48eb9d6076faa6c31.tar drakx-fe0190928790c89d5f5256b48eb9d6076faa6c31.tar.gz drakx-fe0190928790c89d5f5256b48eb9d6076faa6c31.tar.bz2 drakx-fe0190928790c89d5f5256b48eb9d6076faa6c31.tar.xz drakx-fe0190928790c89d5f5256b48eb9d6076faa6c31.zip |
(suggestions_mntpoint): fix typo
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 6d321121b..a29158e8a 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -194,7 +194,7 @@ sub suggest_part { sub suggestions_mntpoint { my ($hds) = @_; sort grep { !/swap/ && !has_mntpoint($_, $hds) } - (@suggestions_mntpoints, map { $_->{mntpoint} } $suggestions{expert}); + (@suggestions_mntpoints, map { $_->{mntpoint} } $suggestions{server}); } #-sub partitionDrives { |