diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-09-06 07:27:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-09-06 07:27:53 +0000 |
commit | 71a9a85de53497ad002cbc9b92551ab1ca10c497 (patch) | |
tree | 33c00cfbb32b7f46efcb3b55ce6c2d66f423177b | |
parent | 09a4361b47afbda7d28960f0245097f1c08193c6 (diff) | |
download | drakx-71a9a85de53497ad002cbc9b92551ab1ca10c497.tar drakx-71a9a85de53497ad002cbc9b92551ab1ca10c497.tar.gz drakx-71a9a85de53497ad002cbc9b92551ab1ca10c497.tar.bz2 drakx-71a9a85de53497ad002cbc9b92551ab1ca10c497.tar.xz drakx-71a9a85de53497ad002cbc9b92551ab1ca10c497.zip |
fix typo
-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 3d2565bca..a9d6be785 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -188,7 +188,7 @@ Do you agree to lose all the partitions? if (my $type = fs::type::type_subpart_from_magic($_)) { if ($type->{fs_type}) { #- keep {pt_type} - $_->{fs_type} = $fs_type; + $_->{fs_type} = $type->{fs_type}; } else { put_in_hash($_, $type); } |