From: aland Date: Fri, 27 Jun 2003 15:04:15 +0000 (+0000) Subject: The dictionaries should be publiuc accessible. X-Git-Tag: release_0_9_0~42 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=e147ab7743599104dbbb5db8e9430aca6e6f880c The dictionaries should be publiuc accessible. Patch from Jonathan Ruano --- diff --git a/Makefile b/Makefile index f9c523f..1730eff 100644 --- 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; \