diff options
author | ivan <ivan> | 2009-12-31 14:31:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-12-31 14:31:51 +0000 |
commit | 319cba5b32396f490c3979fad342b2b998b62322 (patch) | |
tree | ef0c09cff21521e23cc0b840d2a7c2592e1fc1a6 /rt | |
parent | 9d3e398e20bc33b7c46ea02c7337409fd66268ac (diff) |
prevent fatality
Diffstat (limited to 'rt')
-rw-r--r-- | rt/Makefile | 6 | ||||
-rw-r--r-- | rt/Makefile.in | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rt/Makefile b/rt/Makefile index 74d87a480..9cb8c139a 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -52,9 +52,9 @@ PERL = /usr/bin/perl -INSTALL = install +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 # }}} 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. |