Browse Source

[2171] Set g+s,g+w permissions on localstatedir

This is usually $prefix/var/bind10-devel/. We set mode to 2770 oct.
Mukund Sivaraman 12 years ago
parent
commit
b71313c089
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/cfgmgr/Makefile.am

+ 2 - 1
src/bin/cfgmgr/Makefile.am

@@ -26,8 +26,9 @@ b10-cfgmgr: b10-cfgmgr.py
 
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)/@localstatedir@/@PACKAGE@
-# TODO: permissions handled later
 
+install-data-hook:
+	-chmod 2770 $(DESTDIR)/@localstatedir@/@PACKAGE@
 
 CLEANDIRS = __pycache__