From 8361717ed079f031eccf4e9713997b40d7a8035f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 28 Oct 2005 14:10:21 +0000 Subject: Use new MDV namespace --- URPM/Build.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'URPM/Build.pm') diff --git a/URPM/Build.pm b/URPM/Build.pm index 6debbc0..ec421f0 100644 --- a/URPM/Build.pm +++ b/URPM/Build.pm @@ -399,7 +399,7 @@ sub compute_deps { #- end : index of last package (defaults to last index of depslist). #- idlist : id list of rpm to compute (defaults is start .. end) #- ratio : compression ratio (default 4). -#- split : split ratio (default 400kb, see Packdrakeng). +#- split : split ratio (default 400kb, see MDV::Packdrakeng). sub build_hdlist { my ($urpm, %options) = @_; my ($dir, $ratio, @idlist); @@ -419,8 +419,8 @@ sub build_hdlist { #- 3 7.6 sec 8.60Mb $ratio = $options{ratio} || 4; - require Packdrakeng; - my $pack = Packdrakeng->new( + require MDV::Packdrakeng; + my $pack = MDV::Packdrakeng->new( archive => $options{hdlist}, compress => "gzip", uncompress => "gzip -d", -- cgit v1.2.1