summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-08 20:10:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-08 20:10:26 +0000
commit422d63b7ef2d8e8b240cf84816eaf15e32cb3d20 (patch)
tree43dc3185150181a195e8cba7a8a88d5fe00d16eb /perl-install/install_any.pm
parent358c4f95e99c24c55e2300641b287d8e5afd50d2 (diff)
downloaddrakx-backup-do-not-use-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.tar
drakx-backup-do-not-use-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.tar.gz
drakx-backup-do-not-use-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.tar.bz2
drakx-backup-do-not-use-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.tar.xz
drakx-backup-do-not-use-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.zip
makes interactive_pkgs stuff work
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 5babb5bd5..896d535b5 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -966,7 +966,7 @@ use run_program;
use common;
use pkgs;
-sub interactive::do_pkgs {
+sub install_steps::do_pkgs {
my ($o) = @_;
bless { o => $o }, 'interactive_pkgs';
}