X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2FMakefile.in;h=d41633fff999ff1abef1f5ee70ae440b4ec8a740;hb=68fcc90d8e95f1efe0efe07b2f59e5fab2d8c535;hp=4bd512a7e886f1dba1e719a8c5240816cd1e588f;hpb=75162bb14b3e38d66617077843f4dfdcaf09d5c4;p=freeside.git diff --git a/rt/Makefile.in b/rt/Makefile.in index 4bd512a7e..d41633fff 100644 --- a/rt/Makefile.in +++ b/rt/Makefile.in @@ -170,6 +170,7 @@ SYSTEM_BINARIES = rt-attributes-viewer \ rt-email-dashboards \ rt-email-group-admin \ rt-server \ + rt-session-viewer \ rt-test-dependencies \ rt-clean-sessions \ rt-shredder \ @@ -317,7 +318,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.