Index: /issm/trunk/externalpackages/meshpart/install.sh
===================================================================
--- /issm/trunk/externalpackages/meshpart/install.sh	(revision 3072)
+++ /issm/trunk/externalpackages/meshpart/install.sh	(revision 3073)
@@ -13,5 +13,5 @@
 mkdir meshpart/metis
 tar -xvzf metismex-4.0.tar.gz -C meshpart/metis
-#proto.h in metis library is not patched, at least for metismex, so create a local version
+# proto.h in metis library is not patched, at least for metismex, so create a local version
 cp ${METIS_DIR}/Lib/proto.h meshpart/metis
 
@@ -24,9 +24,9 @@
 patch -p0 < meshpart.patch
 
-#Nothing to build for meshpart itself
+# Nothing to build for meshpart itself
 
-#Build metismex
+# Build metismex
 cd src/metis
-#proto.h in metis library is not patched, at least for metismex, so link with local version
+# proto.h in metis library is not patched, at least for metismex, so link with local version
 #mex -I../../../metis/install/Lib -L../../../metis/install -lmetis -largeArrayDims metismex.c
 #mex -I. -I../../../metis/install/Lib -L../../../metis/install -lmetis -largeArrayDims metismex.c
@@ -35,9 +35,16 @@
 cd ../..
 
-#Build mlchaco
+# Build mlchaco
 cd src/chaco
 make
-#Clean up, specifically the objects left in the chaco directories by mlchaco
+# Clean up, specifically the objects left in the chaco directories by mlchaco
 make clean
 cd ../..
 
+# Populate install directory
+cp -p src/*.m install
+cp -p src/*.mat install
+cp -p src/*.htm install
+mv src/*.mex* install
+cp -p src/chaco/User_Params.* install
+
