Index: /issm/trunk/externalpackages/googleearthtoolbox/install.sh
===================================================================
--- /issm/trunk/externalpackages/googleearthtoolbox/install.sh	(revision 7787)
+++ /issm/trunk/externalpackages/googleearthtoolbox/install.sh	(revision 7788)
@@ -1,17 +1,7 @@
 #!/bin/bash
-
-#Get number of cpus on current platform
-NUMCPUS=$1;
 
 #Some cleanup
 rm -rf install  
 
-#Create src and install directories
-mkdir install
-
 #Download code: 
-svn checkout http://googleearthtoolbox.googlecode.com/svn/trunk/ googleearthtoolbox-read-only 
-
-#mv to install
-mv googleearthtoolbox-read-only/* install
-rm -rf googleearthtoolbox-read-only
+svn checkout http://googleearthtoolbox.googlecode.com/svn/trunk/ install
