From d8ab2b58787c11bb91701a7c7ce6e1c8d3b53bea Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Oct 2011 15:44:29 -0400 Subject: [PATCH] * path name typo --- kernel/build.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/build.pl b/kernel/build.pl index 5b2c9d4..65e5d4f 100755 --- a/kernel/build.pl +++ b/kernel/build.pl @@ -13,7 +13,7 @@ if ( ! -d "linux-3.0.8") { } chdir "linux-3.0.8"; -system("cp /root/download/kernel/config-3.0.7 .config"); +system("cp /root/benchmarks/kernel/config-3.0.7 .config"); install_gcc();