Index: /issm/trunk-jpl/externalpackages/netcdf-python/install.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/netcdf-python/install.sh	(revision 25185)
+++ /issm/trunk-jpl/externalpackages/netcdf-python/install.sh	(revision 25186)
@@ -30,5 +30,5 @@
 # Compile and install
 cd src
-python setup.py build 
+python setup.py build
 python setup.py install --user
 
@@ -40,4 +40,4 @@
 	filename="${filename%.*}"
 	src_dir="${parent_dir}/${filename}"
-	unzip ${egg} ${src_dir}
+	unzip ${egg} -d ${src_dir}
 done
