X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2FMakefile.in;h=bef1025f3b35516dcdc7431fae5da02e894697b6;hb=c58774a70c3326ad2ba5a7a38b174dfbd76a9f78;hp=898dc8a7f26666bc221325349e5133a29b7908fb;hpb=e70abd21bab68b23488f7ef1ee2e693a3b365691;p=freeside.git diff --git a/rt/Makefile.in b/rt/Makefile.in index 898dc8a7f..bef1025f3 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.