summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-12 16:23:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-12 16:23:32 +0000
commit098776a681b1bd50a16775c604a3d0a746807e2c (patch)
tree96984b86f740c6ec015e02a81203ada4f86cfc77
parentdc83545a0c19413e30a49568c44d9c9bb5755ece (diff)
Upstream patch from <mm@freebsd.org>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7281 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--.Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index 882c409e3..79030665f 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -18,7 +18,7 @@ LIBPATH = $(DESTDIR)@LIBRARY_DIR@
LIB_EXT = @LIBRARY_EXT@
MODULES = @MODULES@
STATICLIBS = @STATICLIBS@
-INSTMODE = 0700
+INSTMODE = 0755
MAKEARGS = 'PROGS=${PROGS}' 'FLAGS=${FLAGS}' 'CC=${CC}' 'LDLIBS=${LDLIBS}' 'MODULES=${MODULES}' 'MODPATH=${MODPATH}' 'LIBPATH=${LIBPATH}' 'STATICLIBS=${STATICLIBS}' 'INSTMODE=${INSTMODE}'
all: @MAKEORDER@ finishmessage