From 2554e4a8213c88c931a19c60cce9ccab1326de94 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 28 Feb 2008 22:08:42 +0000 Subject: use newly moved fs::any::create_minimal_files (oops) --- perl-install/install/pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/pkgs.pm') 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; } -- cgit v1.2.1