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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Nov 29 04:25:04 EST 2011


Author: sparkliu
Date: 2011-11-29 01:25:04 -0800 (Tue, 29 Nov 2011)
New Revision: 6260

Modified:
   trunk/MgDev/Server/src/Core/Makefile.am
Log:
Submit on behalf of Buddy Hu: Fix Linux install error

Modified: trunk/MgDev/Server/src/Core/Makefile.am
===================================================================
--- trunk/MgDev/Server/src/Core/Makefile.am	2011-11-29 09:16:41 UTC (rev 6259)
+++ trunk/MgDev/Server/src/Core/Makefile.am	2011-11-29 09:25:04 UTC (rev 6260)
@@ -393,6 +393,7 @@
 install-data-hook:
 	@sed -e 's#^FdoPath.*=.*#FdoPath                            = $(map_fdo_lib)#' \
              -e 's#^LogsPath.*=.*#LogsPath                           = ${prefix}/Logs/#' \
+             -e 's#^MentorDictionaryPath.*=.*#MentorDictionaryPath   = ${mentor_dict_install_dir}#' \
              -e 's#^ResourcesPath.*=.*#ResourcesPath                      = ${prefix}/Resources/#' \
              -e 's#^TempPath.*=.*#TempPath                           = ${prefix}/Temp/#' \
              -e 's#^WmsDocumentPath.*=.*#WmsDocumentPath                    = ${prefix}/Wms/#' \



More information about the mapguide-commits mailing list