diff options
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r-- | perl-install/install/steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 86421be43..5bb9499c9 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -259,7 +259,7 @@ sub choosePackages { my ($o, $o_compssListLevel) = @_; #- clear the mirror cache before upgrading: - rm_rf("$::prefix/var/cache/urpmi/mirrors.cache"); + eval { rm_rf("$::prefix/var/cache/urpmi/mirrors.cache") }; #- now for upgrade, package that must be upgraded are #- selected first, after is used the same scheme as install. |