[mapguide-commits] r4940 - trunk/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jun 14 17:31:32 EDT 2010


Author: trevorwekel
Date: 2010-06-14 21:31:32 +0000 (Mon, 14 Jun 2010)
New Revision: 4940

Modified:
   trunk/Installer/scripts/mginstallubuntu.sh
Log:
Ticket #1371 mginstallubuntu.sh use incorrect .deb URL
- Fix URL to point to 2.2.0/Beta


Modified: trunk/Installer/scripts/mginstallubuntu.sh
===================================================================
--- trunk/Installer/scripts/mginstallubuntu.sh	2010-06-10 22:53:45 UTC (rev 4939)
+++ trunk/Installer/scripts/mginstallubuntu.sh	2010-06-14 21:31:32 UTC (rev 4940)
@@ -1,6 +1,6 @@
 #!/bin/bash
 TEMPDIR=/tmp/build_mapguide
-URL="http://download.osgeo.org/mapguide/releases/2.2.0"
+URL="http://download.osgeo.org/mapguide/releases/2.2.0/Beta"
 FDOVER=3.5.0-5460_i386
 MGVER=2.2.0-4898_i386
 MAESTROVER=2.0.0-4650_i386



More information about the mapguide-commits mailing list