From 84c379a4e79e720b6e091a4b7e6e92b2d93b35d4 Mon Sep 17 00:00:00 2001 From: prozacx Date: Mon, 4 Apr 2005 06:20:30 +0000 Subject: [PATCH] Changed permission on installed modules to 0644 git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@102 726aef4b-f618-498e-8847-2d620e286838 --- modules/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Makefile.in b/modules/Makefile.in index ade4d358..df7f7574 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -29,7 +29,7 @@ create_install_dir: mkdir -p $(DESTDIR)$(prefix)/share/znc install_%: - install -m 0711 $(subst install_,,$@) $(DESTDIR)$(prefix)/share/znc + install -m 0644 $(subst install_,,$@) $(DESTDIR)$(prefix)/share/znc clean: rm -rf *.so *.o core core.*