summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-12-31 14:11:39 +0000
committerivan <ivan>2009-12-31 14:11:39 +0000
commit9d3e398e20bc33b7c46ea02c7337409fd66268ac (patch)
treec17244c2c2a0245d1c7084fe7a3c2abd96c0d90b
parente21e9d3b0c78605c50485630d6c0c6b3bc31106d (diff)
otherwise it aborts bitchinga bout missing schema.Oracle
-rw-r--r--rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 5be4f603b..74d87a480 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -312,7 +312,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.