diff options
author | June McEnroe <june@causal.agency> | 2019-01-06 15:43:10 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-06 15:43:10 -0500 |
commit | 3d5ac5c7082f679553838166b6f4ba04b7db1f25 (patch) | |
tree | fd1107f7abff77fa0f248c59fc0eaeb8f8f168d7 /Makefile | |
parent | Add image and font to chroot (diff) | |
download | torus-3d5ac5c7082f679553838166b6f4ba04b7db1f25.tar.gz torus-3d5ac5c7082f679553838166b6f4ba04b7db1f25.zip |
Add kfcgi rc file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 8059b83..72959ff 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ image.o: png.h tags: *.h *.c ctags -w *.h *.c -chroot.tar: client image server +chroot.tar: client image server default8x16.psfu install -d -o root -g wheel \ root \ root/bin \ @@ -41,8 +41,9 @@ chroot.tar: client image server install -m 644 default8x16.psfu root/usr/share/torus tar -cf chroot.tar -C root bin home usr var -install: chroot.tar rc.torus +install: chroot.tar rc.kfcgi rc.torus 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 clean: |