From 208541e98174caf590fd697ef465251edcbf7756 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 18 Aug 2008 15:55:25 +0000 Subject: adapt to latest drakx-net API --- perl-install/install/steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps.pm') diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index e5122e512..07c9063ed 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -588,7 +588,7 @@ sub install_hardware_packages { foreach my $settings (@{$type->get_thirdparty_settings || []}) { foreach (@network::thirdparty::thirdparty_types) { my @packages = network::thirdparty::get_required_packages($_, $settings); - push @l, network::thirdparty::get_available_packages($_, $o, @packages); + push @l, network::thirdparty::get_available_packages($_, $o->do_pkgs, @packages); } } } -- cgit v1.2.1