summaryrefslogtreecommitdiff
path: root/rt/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'rt/Makefile.in')
-rw-r--r--rt/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile.in b/rt/Makefile.in
index 898dc8a..bef1025 100644
--- a/rt/Makefile.in
+++ b/rt/Makefile.in
@@ -316,7 +316,7 @@ fixperms:
chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_BIN_PATH)
chmod 0755 $(DESTDIR)$(RT_ETC_PATH)
- cd $(DESTDIR)$(RT_ETC_PATH) && chmod 0400 $(ETC_FILES)
+ cd $(DESTDIR)$(RT_ETC_PATH) && chmod 0400 $(ETC_FILES) || true
#TODO: the config file should probably be able to have its
# owner set separately from the binaries.