From f738b1cf12b2000fdb6796cb7a7d538d29f2496c Mon Sep 17 00:00:00 2001 From: Curtis 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(-) (limited to 'Makefile') 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 class='sub right'>
summary refs log tree commit diff
path: root/bin/when.y (unfollow)
Commit message (Expand)Author
2024-06-09Add photos from May 31June McEnroe
2024-06-09Use monospace on photo pagesJune McEnroe
2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe
2024-05-22Remove use of sysexits.hJune McEnroe
2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe
2024-05-21Fix = precedence in whenJune McEnroe