From c0726a7b84a95e39c9d2f1939b7daf76afe0275b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 6 Jan 2019 17:36:05 -0500 Subject: Install html files --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 72959ff..342e292 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,14 @@ 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 +install: chroot.tar rc.kfcgi 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 \ + index.html \ + /usr/local/www/ascii.town clean: rm -fr $(OBJS) $(BINS) tags root chroot.tar -- cgit 1.4.1