[mapguide-commits] r8666 - branches/3.0/vagrant/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 13 08:16:10 PDT 2015


Author: jng
Date: 2015-05-13 08:16:10 -0700 (Wed, 13 May 2015)
New Revision: 8666

Modified:
   branches/3.0/vagrant/scripts/build.sh
Log:
Add CS-Map USA grid file exclusion logic

Modified: branches/3.0/vagrant/scripts/build.sh
===================================================================
--- branches/3.0/vagrant/scripts/build.sh	2015-05-13 15:15:34 UTC (rev 8665)
+++ branches/3.0/vagrant/scripts/build.sh	2015-05-13 15:16:10 UTC (rev 8666)
@@ -196,6 +196,18 @@
 end_time=`date +%s`
 
 echo "Preparing binaries for packaging"
+# Strip the heavy CS-Map dictionary data files. The geoid stuff is not used and the NSRS ones can be packaged separately
+pushd ${INSTALLROOT}/share/gis/coordsys
+rm -rf WW15MGH.GRD
+popd
+pushd ${INSTALLROOT}/share/gis/coordsys/Usa
+rm -rf Geoid03
+rm -rf Geoid96
+rm -rf Geoid99
+rm -rf NSRS2007
+rm -rf NSRS2011
+popd
+
 # Prepare binaries for packaging by removing unnecessary
 # .la and .a files and stripping unneeded symbols from the binaries
 pushd ${INSTALLROOT}



More information about the mapguide-commits mailing list