* path name typo

This commit is contained in:
Jeff Carr 2011-10-27 15:44:29 -04:00
parent 714596c2fa
commit d8ab2b5878
1 changed files with 1 additions and 1 deletions

View File

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