The dictionaries should be publiuc accessible.
authoraland <aland>
Fri, 27 Jun 2003 15:04:15 +0000 (15:04 +0000)
committeraland <aland>
Fri, 27 Jun 2003 15:04:15 +0000 (15:04 +0000)
Patch from Jonathan Ruano

Makefile

index f9c523f..1730eff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ install:
        $(INSTALL) -d -m 700    $(R)$(logdir)
        $(INSTALL) -d -m 700    $(R)$(radacctdir)
        $(INSTALL) -d -m 700    $(R)$(datadir)
-       $(INSTALL) -d -m 700    $(R)$(dictdir)
+       $(INSTALL) -d -m 755    $(R)$(dictdir)
        @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common
        for i in 1 5 8; do \
                $(INSTALL) -d -m 755    $(R)$(mandir)/man$$i; \