Create the '.../var/run' directory, so that the server can write
[freeradius.git] / 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 \