changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fix

changeset 233: 04f0c2390403
parent 232: 8b62bc1ae25c
child 234: 3b735bfbd5f0
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 26 May 2024 21:14:10 +0000
files: skelfile
description: fix
     1.1--- a/skelfile	Sun May 26 21:11:52 2024 +0000
     1.2+++ b/skelfile	Sun May 26 21:14:10 2024 +0000
     1.3@@ -51,7 +51,7 @@
     1.4  (rust () #$scripts/get-rust.sh$#)
     1.5  (rustup () #$curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y$#)
     1.6  (sbcl-install () #$cd .stash/src/sbcl && INSTALL_ROOT=/usr/local sh install.sh$#)
     1.7- (emacs-install () #$cd .stash/src/emacs && make install)
     1.8+ (emacs-install () #$cd .stash/src/emacs && make install$#)
     1.9  (rocksdb-install () #$cd .stash/src/rocksdb && make install-shared &&
    1.10                   cp -r include/* /usr/local/include/$#)
    1.11- (stumpwm-install () #$cd .stash/src/stumpwm && make install))
    1.12+ (stumpwm-install () #$cd .stash/src/stumpwm && make install$#))