X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2FMakefile;h=9cb8c139a89b234a4adf3c9e717dba111514732c;hb=7a8c7b6f64ac14d555d866f93300e64c47b74a98;hp=01a88381993dfe79c50e732afcf9110303c93236;hpb=5c96d46d56f2066bb40d9a34c4db56f53f43c6f2;p=freeside.git diff --git a/rt/Makefile b/rt/Makefile index 01a883819..9cb8c139a 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -52,9 +52,9 @@ PERL = /usr/bin/perl -INSTALL = install-sh +INSTALL = /usr/bin/install -c -RT_LAYOUT = relative +RT_LAYOUT = Freeside CONFIG_FILE_PATH = /opt/rt3/etc CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_Config.pm @@ -189,7 +189,7 @@ ETC_FILES = acl.Informix \ # {{{ Web frontend -WEB_HANDLER = standalone +WEB_HANDLER = modperl2 # }}} @@ -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.