X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2FMakefile.in;h=fe7e17189ad9cf69643646d1cb307e27041d42b6;hb=319cba5b32396f490c3979fad342b2b998b62322;hp=19a5f684962317a015b395c3878875bd97d57ec1;hpb=9d3e398e20bc33b7c46ea02c7337409fd66268ac;p=freeside.git diff --git a/rt/Makefile.in b/rt/Makefile.in index 19a5f6849..fe7e17189 100644 --- a/rt/Makefile.in +++ b/rt/Makefile.in @@ -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.