From: ivan Date: Thu, 31 Dec 2009 14:11:39 +0000 (+0000) Subject: otherwise it aborts bitchinga bout missing schema.Oracle X-Git-Tag: root_of_svc_elec_features~570 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9d3e398e20bc33b7c46ea02c7337409fd66268ac;p=freeside.git otherwise it aborts bitchinga bout missing schema.Oracle --- 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.