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();