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/commands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/commands.pm') diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 2f2727047..43dcbeca6 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -348,7 +348,7 @@ sub insmod { if (! -r $f) { die "can not find module $f\n"; } - run_program::run(["/usr/bin/insmod_", "insmod"], "-f", $f, @_) or die("insmod $f failed"); + run_program::run(["insmod_", "insmod"], "-f", $f, @_) or die("insmod $f failed"); unlink $f; } -- cgit v1.2.1