[Rt-commit] r12012 - rt/branches/3.8-TESTING

sartak at bestpractical.com sartak at bestpractical.com
Fri May 2 18:43:15 EDT 2008


Author: sartak
Date: Fri May  2 18:43:15 2008
New Revision: 12012

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/Makefile.in
   rt/branches/3.8-TESTING/configure.ac

Log:
 r54803 at Macintosh:  sartak | 2008-05-02 18:42:56 -0400
 Add rt-email-dashboards to more config/install file lists


Modified: rt/branches/3.8-TESTING/Makefile.in
==============================================================================
--- rt/branches/3.8-TESTING/Makefile.in	(original)
+++ rt/branches/3.8-TESTING/Makefile.in	Fri May  2 18:43:15 2008
@@ -453,7 +453,8 @@
 bin-install:
 	mkdir -p $(DESTDIR)/$(RT_BIN_PATH)
 	chmod +x bin/rt-mailgate \
-		bin/rt-crontool
+		bin/rt-crontool \
+		bin/rt-email-dashboards
 	-cp -rp \
 		bin/rt-mailgate \
 		bin/mason_handler.fcgi \
@@ -463,6 +464,7 @@
 		bin/rt \
 		bin/webmux.pl \
 		bin/rt-crontool \
+		bin/rt-email-dashboards \
 		$(DESTDIR)/$(RT_BIN_PATH)
 # }}}
 

Modified: rt/branches/3.8-TESTING/configure.ac
==============================================================================
--- rt/branches/3.8-TESTING/configure.ac	(original)
+++ rt/branches/3.8-TESTING/configure.ac	Fri May  2 18:43:15 2008
@@ -383,6 +383,7 @@
                  bin/mason_handler.scgi
                  bin/standalone_httpd
                  bin/rt-crontool
+                 bin/rt-email-dashboards
                  bin/rt-mailgate
                  bin/rt],
                 [chmod ug+x $ac_file]


More information about the Rt-commit mailing list