diff options
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r-- | perl-install/install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 61801e103..fcb7b9d8a 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -952,7 +952,7 @@ sub upgrade_by_removing_pkgs { foreach (@restore_files) { rename "$::prefix$_.rpmsave", "$::prefix$_"; } - install::any::create_minimal_files(); + fs::any::create_minimal_files(); unlink $busy_var_tmp; } |