From 9d3e398e20bc33b7c46ea02c7337409fd66268ac Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 31 Dec 2009 14:11:39 +0000 Subject: [PATCH] otherwise it aborts bitchinga bout missing schema.Oracle --- rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0