[mapguide-commits] r8421 - trunk/Tools/Vagrant/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Oct 19 04:00:46 PDT 2014


Author: jng
Date: 2014-10-19 04:00:46 -0700 (Sun, 19 Oct 2014)
New Revision: 8421

Modified:
   trunk/Tools/Vagrant/scripts/mginstallcentos.sh
Log:
Add redhat-lsb-core as a requirement for CentOS install script

Modified: trunk/Tools/Vagrant/scripts/mginstallcentos.sh
===================================================================
--- trunk/Tools/Vagrant/scripts/mginstallcentos.sh	2014-10-19 10:15:43 UTC (rev 8420)
+++ trunk/Tools/Vagrant/scripts/mginstallcentos.sh	2014-10-19 11:00:46 UTC (rev 8421)
@@ -19,7 +19,7 @@
 FDO_URL=${URL}/${FDO_TARBALL}
 
 # Must make sure we have .tar.xz support and any other deps if this is a minimal install
-yum install -y xz-lzma-compat wget libxslt libpng 
+yum install -y xz-lzma-compat wget libxslt libpng redhat-lsb-core 
 
 # Must have root
 if [[ $EUID -ne 0 ]]; then



More information about the mapguide-commits mailing list