X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2FMakefile.in;h=1f42102aa598ed7b20ccad08c4a5c8100b7d6fc3;hb=053afcc049b1ef0adbf71f90980d762738507b7f;hp=898dc8a7f26666bc221325349e5133a29b7908fb;hpb=e70abd21bab68b23488f7ef1ee2e693a3b365691;p=freeside.git diff --git a/rt/Makefile.in b/rt/Makefile.in index 898dc8a7f..1f42102aa 100644 --- a/rt/Makefile.in +++ b/rt/Makefile.in @@ -169,6 +169,7 @@ SYSTEM_BINARIES = rt-dump-database \ rt-email-dashboards \ rt-email-group-admin \ rt-server \ + rt-session-viewer \ rt-test-dependencies \ rt-clean-sessions \ rt-shredder \ @@ -316,7 +317,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.