diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-21 21:18:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-21 21:18:46 +0000 |
commit | c96718376746a8805c81b0618f38d18214d22430 (patch) | |
tree | eebd30e3a4fa1ad28552966f2d2ed63e1a8b64b8 /convert | |
parent | a0a5c9114f7d2decfbce3ff47201bb1a79486602 (diff) | |
download | ldetect-lst-c96718376746a8805c81b0618f38d18214d22430.tar ldetect-lst-c96718376746a8805c81b0618f38d18214d22430.tar.gz ldetect-lst-c96718376746a8805c81b0618f38d18214d22430.tar.bz2 ldetect-lst-c96718376746a8805c81b0618f38d18214d22430.tar.xz ldetect-lst-c96718376746a8805c81b0618f38d18214d22430.zip |
adapt to new Xconfigurator.pm
Diffstat (limited to 'convert')
-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/$_"); |