summaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
authormark <mark>2011-05-10 23:21:44 +0000
committermark <mark>2011-05-10 23:21:44 +0000
commit2f864a9b428d642df650d01a51ffa42b6826d82a (patch)
tree505288187660152ddf667cf2cdbc364f59019cf1 /rt/Makefile
parentc64541e0cb6307925480669203ff76554f4663fe (diff)
replace missing RT scrips on upgrade, #9569
Diffstat (limited to 'rt/Makefile')
-rw-r--r--rt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 6ba9063e1..8f9202080 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -327,6 +327,8 @@ fixperms:
chmod 0440 $(DESTDIR)$(CONFIG_FILE)
chmod 0640 $(DESTDIR)$(SITE_CONFIG_FILE)
+ # Make this externally readable
+ chmod 0440 $(DESTDIR)$(RT_ETC_PATH)/initialdata
# Make the system binaries
cd $(DESTDIR)$(RT_BIN_PATH) && ( chmod 0755 $(BINARIES) ; chown $(BIN_OWNER) $(BINARIES); chgrp $(RTGROUP) $(BINARIES))