done
else
m cd ${dirs[0]}
+ # Even though we think sudo make install should be enough, if make
+ # decides it needs to build something, this will do it and prevent it
+ # from having root ownership.
+ logq make -j $nproc
logq sudo make install
# make emacs always work for root
m sudo /a/exe/lnf /usr/local/bin/emacs /usr/bin
# Mar 11 00:13:15 help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.
# Mar 11 00:13:15 /a/bin/buildscripts/rust:31: `cargo install-update -a' returned 1
- curl https://sh.rustup.rs -sSf | bash -s -- --default-toolchain stable -y
+ curl https://sh.rustup.rs -sSf | bash -s -- --default-toolchain stable -y --no-modify-path
fi
if ! which rg &>/dev/null; then