From 1113f1a9304ef42586921f77e0eada2db25b19ea Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 5 Jan 2001 12:00:47 +0000 Subject: removed need of packdrake binary --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 7c8cd1d1f..6cee53a11 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -428,7 +428,7 @@ sub install_urpmi { http => $ENV{URLPREFIX}, cdrom => "removable_cdrom_$::i://mnt/cdrom" }}{$method} . "/$_->{rpmsdir}"; - local *FILES; open FILES, "packdrake -c /tmp/$_->{hdlist} | parsehdlist - |"; + local *FILES; open FILES, "parsehdlist /tmp/$_->{hdlist} |"; chop, print LIST "$dir/$_\n" foreach ; close FILES or log::l("parsehdlist failed"), return; close LIST; -- cgit v1.2.1