[mapguide-commits] r1095 - trunk/MgDev/Server/src/Core

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Feb 7 16:22:46 EST 2007


Author: brucedechant
Date: 2007-02-07 16:22:45 -0500 (Wed, 07 Feb 2007)
New Revision: 1095

Modified:
   trunk/MgDev/Server/src/Core/Makefile.am
Log:
Update Makefile to correctly set the serverconfig.ini ResourcesPath property. 

Modified: trunk/MgDev/Server/src/Core/Makefile.am
===================================================================
--- trunk/MgDev/Server/src/Core/Makefile.am	2007-02-06 04:15:24 UTC (rev 1094)
+++ trunk/MgDev/Server/src/Core/Makefile.am	2007-02-07 21:22:45 UTC (rev 1095)
@@ -234,7 +234,7 @@
 serverconfig_linux.ini :
 	@sed -e 's#^FdoPath.*=.*#FdoPath                            = $(map_fdo_lib)#' \
              -e 's#^LogsPath.*=.*#LogsPath                           = Logs#' \
-             -e 's#^ResourcesPath.*=.*#ResourcesPath                      = ../Resources#' \
+             -e 's#^ResourcesPath.*=.*#ResourcesPath                      = Resources#' \
              -e 's#^TempPath.*=.*#TempPath                           = Temp#' \
              -e 's#^WmsDocumentPath.*=.*#WmsDocumentPath                    = Wms#' \
              -e 's#^WfsDocumentPath.*=.*#WfsDocumentPath                    = Wfs#' \



More information about the mapguide-commits mailing list