Update rustup.sh for the moved dir of the sysroot source

This commit is contained in:
bjorn3 2023-01-20 12:41:27 +01:00
parent 7d14e606be
commit 92b4c76652

View File

@ -18,9 +18,9 @@ case $1 in
./clean_all.sh
(cd build_sysroot && cargo update)
./y.rs prepare
(cd download/sysroot && cargo update && cargo fetch && cp Cargo.lock ../../build_sysroot/)
;;
"commit")
git add rust-toolchain build_sysroot/Cargo.lock