* path name typo
This commit is contained in:
parent
714596c2fa
commit
d8ab2b5878
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue