From f2ec7cae3bef81a134b4c6bd8b74d279487543e7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 3 Oct 2005 16:27:08 +0000 Subject: use /lib/firmware as default firmware directory --- perl-install/network/thirdparty.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm index 07eb82edf..b08a28d04 100644 --- a/perl-install/network/thirdparty.pm +++ b/perl-install/network/thirdparty.pm @@ -61,7 +61,7 @@ use log; #- o no_club: #- 1 if the package isn't available on Mandriva club -my $firmware_directory = "/lib/hotplug/firmware"; +my $firmware_directory = "/lib/firmware"; my %network_settings = ( rtc => -- cgit v1.2.1