[freeside-commits] freeside/rt Makefile.in, 1.1.1.10, 1.2 Makefile, 1.9, 1.10

Ivan,,, ivan at wavetail.420.am
Thu Dec 31 06:31:53 PST 2009


Update of /home/cvs/cvsroot/freeside/rt
In directory wavetail.420.am:/tmp/cvs-serv2746

Modified Files:
	Makefile.in Makefile 
Log Message:
prevent fatality

Index: Makefile.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile.in,v
retrieving revision 1.1.1.10
retrieving revision 1.2
diff -u -d -r1.1.1.10 -r1.2
--- Makefile.in	31 Dec 2009 13:09:32 -0000	1.1.1.10
+++ Makefile.in	31 Dec 2009 14:31:51 -0000	1.2
@@ -312,7 +312,7 @@
 	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.

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	31 Dec 2009 14:11:39 -0000	1.9
+++ Makefile	31 Dec 2009 14:31:51 -0000	1.10
@@ -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 @@
 
 # {{{ Web frontend
 
-WEB_HANDLER		=	standalone
+WEB_HANDLER		=	modperl2
 
 # }}}
 



More information about the freeside-commits mailing list