[mapguide-commits] r8973 - branches/3.1/vagrant/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu May 26 05:05:20 PDT 2016


Author: jng
Date: 2016-05-26 05:05:20 -0700 (Thu, 26 May 2016)
New Revision: 8973

Modified:
   branches/3.1/vagrant/scripts/mginstallubuntu.sh
Log:
Remove libc6 requirement from mginstallubuntu.sh. This package will always be present.

Modified: branches/3.1/vagrant/scripts/mginstallubuntu.sh
===================================================================
--- branches/3.1/vagrant/scripts/mginstallubuntu.sh	2016-05-25 15:22:59 UTC (rev 8972)
+++ branches/3.1/vagrant/scripts/mginstallubuntu.sh	2016-05-26 12:05:20 UTC (rev 8973)
@@ -144,10 +144,10 @@
 if [ "$HEADLESS" != "1" ]
 then
 # Install required packages 
-apt-get -y install openjdk-7-jre libc6 libxml2 dialog libexpat1 libssl1.0.0 odbcinst unixodbc libcurl3 libxslt1.1
+apt-get -y install openjdk-7-jre libxml2 dialog libexpat1 libssl1.0.0 odbcinst unixodbc libcurl3 libxslt1.1
 else
 # Install required packages 
-apt-get -y install openjdk-7-jre libc6 libxml2 libexpat1 libssl1.0.0 odbcinst unixodbc libcurl3 libxslt1.1
+apt-get -y install openjdk-7-jre libxml2 libexpat1 libssl1.0.0 odbcinst unixodbc libcurl3 libxslt1.1
 fi
 
 DIALOG=${DIALOG=dialog}



More information about the mapguide-commits mailing list