X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2FMakefile.in;h=2288cfa59fc8153589fbcdae87e04fb6e3470a48;hb=6ac8854b766c9216584867ad15e1e31fb9da759e;hp=43c414ebb0365b7f230d149163ae841602422598;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/Makefile.in b/rt/Makefile.in index 43c414ebb..2288cfa59 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.