hbbs

bbs.hlirc.net
Log | Files | Refs | README | LICENSE

commit 3d700b54d57b8a7db6f72048c655917308aee40a
parent 0259a4b0490885c46a7abc267568062be1ea4326
Author: hhvn <hayden@haydenvh.com>
Date:   Fri,  5 Feb 2021 15:27:25 +0000

makefile: create /etc/xinetd.d if it doesn't exist

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -9,7 +9,7 @@ less: etc/lesskey @echo install: clean - mkdir -p $(PREFIX)/share/hbbs + mkdir -p $(PREFIX)/share/hbbs /etc/xinetd.d cp -r `ls -A` $(PREFIX)/share/hbbs sed 's~PREFIX~$(PREFIX)~' < etc/xinetd > /etc/xinetd.d/hbbs chmod 755 $(PREFIX)/share/hbbs/hbbs.sh