# HG changeset patch # User Richard Westhaver # Date 1716758050 0 # Node ID 04f0c239040398faa775b3e6f8a0058229f57aff # Parent 8b62bc1ae25c11524c36a96072940f21506a6c30 fix diff -r 8b62bc1ae25c -r 04f0c2390403 skelfile --- a/skelfile Sun May 26 21:11:52 2024 +0000 +++ b/skelfile Sun May 26 21:14:10 2024 +0000 @@ -51,7 +51,7 @@ (rust () #$scripts/get-rust.sh$#) (rustup () #$curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y$#) (sbcl-install () #$cd .stash/src/sbcl && INSTALL_ROOT=/usr/local sh install.sh$#) - (emacs-install () #$cd .stash/src/emacs && make install) + (emacs-install () #$cd .stash/src/emacs && make install$#) (rocksdb-install () #$cd .stash/src/rocksdb && make install-shared && cp -r include/* /usr/local/include/$#) - (stumpwm-install () #$cd .stash/src/stumpwm && make install)) + (stumpwm-install () #$cd .stash/src/stumpwm && make install$#))