diff options
Diffstat (limited to 'convert/verify_Cards.pl')
-rwxr-xr-x | convert/verify_Cards.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/convert/verify_Cards.pl b/convert/verify_Cards.pl index b181704d..d2cab0b9 100755 --- a/convert/verify_Cards.pl +++ b/convert/verify_Cards.pl @@ -1,10 +1,10 @@ #!/usr/bin/perl use lib qw(/usr/lib/libDrakX); -use Xconfigurator; +use Xconfig; require './merge2pcitable.pl'; -$cards = Xconfigurator::readCardsDB("../lst/Cards+"); +$cards = Xconfig::readCardsDB("../lst/Cards+"); @cards = map { my $drivers = read_pcitable("../lst/$_"); |