diff options
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -561,7 +561,7 @@ sub do_search($$$$$$$) { my $total_size = sum( map { my $pack; - eval { require packdrake; $pack = new packdrake($_, quiet => 1) } ? $pack->{toc_f_count} : 0; + eval { require MDV::Packdrakeng; $pack = MDV::Packdrakeng->open (archive => $_, quit => 1) } ? $pack->{toc_f_count} : 0; } @hdlists ); my $searchstop; |