From: Ian Kelling Date: Thu, 5 Feb 2026 23:02:05 +0000 (-0500) Subject: minor fixes X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=b0c9fa75016a9686e14847936c55911950fbfb1d;p=buildscripts minor fixes --- diff --git a/emacs b/emacs index bb7a181..77c748a 100755 --- a/emacs +++ b/emacs @@ -223,6 +223,10 @@ if $recompile; then 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 diff --git a/rust b/rust index 58009fe..faa8366 100755 --- a/rust +++ b/rust @@ -42,7 +42,7 @@ else # 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