[freeside-commits] freeside/rt Makefile,1.8,1.9

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


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

Modified Files:
	Makefile 
Log Message:
otherwise it aborts bitchinga bout missing schema.Oracle

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile	31 Dec 2009 14:08:10 -0000	1.8
+++ Makefile	31 Dec 2009 14:11:39 -0000	1.9
@@ -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.



More information about the freeside-commits mailing list