From ad529c9d488c6fbb40652f837c6d84715baf649f Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 8 Apr 2019 17:33:52 -0400 Subject: Don't install rc.kfcgi either --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b1c43b1..5cb00b5 100644 --- a/Makefile +++ b/Makefile @@ -41,9 +41,8 @@ chroot.tar: client image server default8x16.psfu install -m 644 default8x16.psfu root/usr/share/torus tar -cf chroot.tar -C root bin home usr var -install: chroot.tar rc.kfcgi rc.torus explore.html index.html +install: chroot.tar rc.torus explore.html index.html tar -xf chroot.tar -C /home/$(CHROOT_USER) - install rc.kfcgi /usr/local/etc/rc.d/kfcgi install rc.torus /usr/local/etc/rc.d/torus install -o $(CHROOT_USER) -g $(CHROOT_GROUP) -m 644 \ explore.html \ -- cgit 1.4.1 d> dontfiles
summary refs log tree commit diff
path: root/home/.config/git (unfollow)
Commit message (Expand)Author
2021-01-01Clean up order lexerJune McEnroe
2021-01-01Remove empty comma statement from bitJune McEnroe
2021-01-01Increment license header templatesJune McEnroe
2020-12-31Tell "Music" rather than "iTunes"June McEnroe
2020-12-31Add ASCII control code names to bitJune McEnroe
2020-12-31Simplify bit lexing and parsingJune McEnroe
2020-12-31Add ddateJune McEnroe
2020-12-30Print octal for 8 bits in bitJune McEnroe
2020-12-30Add unary & to bitJune McEnroe
2020-12-30Support unary + in orderJune McEnroe
2020-12-30Add postfix $ operator to bitJune McEnroe
2020-12-29Add make lexerJune McEnroe
2020-12-29Clean up C lexerJune McEnroe
2020-12-29Clean up hilex code somewhatJune McEnroe
2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe
2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe
2020-12-29Match C type declarations as IdentifierTagJune McEnroe
2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
2020-12-29Add hilex HTML outputJune McEnroe