[mapguide-commits] r8031 - trunk/MgDev/Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Apr 11 07:23:03 PDT 2014


Author: jng
Date: 2014-04-11 07:23:03 -0700 (Fri, 11 Apr 2014)
New Revision: 8031

Modified:
   trunk/MgDev/Oem/LinuxApt/build_apt.sh
Log:
Fix typo in build_apt.sh

Modified: trunk/MgDev/Oem/LinuxApt/build_apt.sh
===================================================================
--- trunk/MgDev/Oem/LinuxApt/build_apt.sh	2014-04-10 12:06:55 UTC (rev 8030)
+++ trunk/MgDev/Oem/LinuxApt/build_apt.sh	2014-04-11 14:23:03 UTC (rev 8031)
@@ -142,16 +142,16 @@
 # equivalent library in other Linux distributions
 #**********************************************************
 echo "Apache Httpd build started"
-tar -jxf httpd-$HTTP_VER.tar.bz2
-if [ ! -d "httpd-$HTTP_VER/srclib/apr" ]; then
+tar -jxf httpd-$HTTPD_VER.tar.bz2
+if [ ! -d "httpd-$HTTPD_VER/srclib/apr" ]; then
 	tar -jxf apr-1.4.8.tar.bz2
-	mv apr-1.4.8 httpd-$HTTP_VER/srclib/apr
+	mv apr-1.4.8 httpd-$HTTPD_VER/srclib/apr
 fi
-if [ ! -d "httpd-$HTTP_VER/srclib/aprutil" ]; then
+if [ ! -d "httpd-$HTTPD_VER/srclib/aprutil" ]; then
 	tar -jxf apr-util-1.5.2.tar.bz2
-	mv apr-util-1.5.2 httpd-$HTTP_VER/srclib/apr-util
+	mv apr-util-1.5.2 httpd-$HTTPD_VER/srclib/apr-util
 fi
-pushd httpd-$HTTP_VER
+pushd httpd-$HTTPD_VER
 ./configure --prefix=$INSTALLWEB/apache2 --enable-mods-shared=all \
 --with-included-apr --with-port=$PORT
 check_apache_build
@@ -183,7 +183,7 @@
 # Notes: none
 #**********************************************************
 echo "Apache install started"
-pushd httpd-$HTTP_VER
+pushd httpd-$HTTPD_VER
 make install
 check_apache_install
 popd



More information about the mapguide-commits mailing list