diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-06 23:13:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-06 23:13:20 +0000 |
commit | fca41a6e89e8c4df53ba49147e569441b753a34a (patch) | |
tree | 2f46738a83f7545f9dd45f69fb5cc2d00dc0fd7b /perl-install/install2.pm | |
parent | b8fa764d866874104c7f2f986804966c0328faf5 (diff) | |
download | drakx-backup-do-not-use-fca41a6e89e8c4df53ba49147e569441b753a34a.tar drakx-backup-do-not-use-fca41a6e89e8c4df53ba49147e569441b753a34a.tar.gz drakx-backup-do-not-use-fca41a6e89e8c4df53ba49147e569441b753a34a.tar.bz2 drakx-backup-do-not-use-fca41a6e89e8c4df53ba49147e569441b753a34a.tar.xz drakx-backup-do-not-use-fca41a6e89e8c4df53ba49147e569441b753a34a.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index ab28caad7..4fccfd454 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -386,7 +386,7 @@ sub selectInstallClass { addToBeDone { install_any::setPackages($o); #update package list - } 'formatPartitions'; + } 'formatPartitions' unless $o->{steps}{doInstallStep}{done}; } #------------------------------------------------------------------------------ |