diff options
author | June McEnroe <june@causal.agency> | 2019-04-08 17:33:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-04-08 17:33:52 -0400 |
commit | ad529c9d488c6fbb40652f837c6d84715baf649f (patch) | |
tree | 5fcae19e9f901b5ffa91da1bbf6ee8234681a197 | |
parent | Remove rc.kfcgi (diff) | |
download | torus-ad529c9d488c6fbb40652f837c6d84715baf649f.tar.gz torus-ad529c9d488c6fbb40652f837c6d84715baf649f.zip |
Don't install rc.kfcgi either
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 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 \ |