From 90e4f82561eca36664770b44f1792a7cea4353c0 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 14 Mar 2001 17:13:12 +0000 Subject: use LD_LOADER when invoking parshedlist. --- 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 084e59bd3..d12523340 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -442,7 +442,7 @@ sub install_urpmi { http => $ENV{URLPREFIX}, cdrom => "removable_cdrom_$::i://mnt/cdrom" }}{$method} . "/$_->{rpmsdir}"; - local *FILES; open FILES, "parsehdlist /tmp/$_->{hdlist} |"; + local *FILES; open FILES, "$ENV{LD_LOADER} parsehdlist /tmp/$_->{hdlist} |"; chop, print LIST "$dir/$_\n" foreach ; close FILES or log::l("parsehdlist failed"), return; close LIST; -- cgit v1.2.1