aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 54d9a739..021bee77 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -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;