Create the '.../var/run' directory, so that the server can write
authoraland <aland>
Thu, 25 Jan 2001 16:09:56 +0000 (16:09 +0000)
committeraland <aland>
Thu, 25 Jan 2001 16:09:56 +0000 (16:09 +0000)
it's PID file.

Bug noted by heatherj <heatherj@cup.hp.com>

Makefile

index 52f1c7d..430ca33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ clean:
 install:
        @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common
        $(INSTALL) -d -m 755    $(R)$(mandir);
+       $(INSTALL) -d -m 755    $(R)$(RUNDIR);
        for i in 1 5 8; do \
                $(INSTALL) -d -m 755    $(R)$(mandir)/man$$i; \
                for p in man/man$$i/*.$$i; do \