File install-permissions.patch of Package cfengine-masterfiles
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-masterfiles-3.6.0/Makefile ./Makefile
--- ../orig-masterfiles-3.6.0/Makefile 2014-06-12 13:14:42.000000000 +0200
+++ ./Makefile 2014-07-01 11:48:02.010670412 +0200
@@ -24,8 +24,8 @@
INSTALL = /usr/bin/install
endif
-INSTALL_DATA = ${INSTALL} -m 600
-INSTALL_DIR = ${INSTALL} -m 750 -d
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_DIR = ${INSTALL} -m 755 -d
ENV_FILE:=$(PWD)/tests/acceptance/testall.env