mirror of
https://github.com/znc/znc.git
synced 2026-07-01 07:21:44 +02:00
Changed permission on installed modules to 0644
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@102 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user