From ba595445ed4eee7a23374140b9fbb5d907fef381 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 20 May 2005 05:40:00 +0000 Subject: keep binaries in their "standard" binary dir instead of moving everything to /usr/bin (it used to be in /usr/bin when the stage1 was not exited) --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index ea3eff5ac..8f50b78e1 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -308,7 +308,7 @@ sub load_raw_install { my $m = '/tmp/' . name2file($_); if (-e $m) { my $stdout; - my $rc = run_program::run(["/usr/bin/insmod_", "insmod"], '2>', \$stdout, $m, split(' ', $options->{$_})); + my $rc = run_program::run(["insmod_", "insmod"], '2>', \$stdout, $m, split(' ', $options->{$_})); log::l(chomp_($stdout)) if $stdout; if ($rc) { unlink $m; -- cgit v1.2.1