Index: /issm/trunk/externalpackages/scotch/install.sh
===================================================================
--- /issm/trunk/externalpackages/scotch/install.sh	(revision 3073)
+++ /issm/trunk/externalpackages/scotch/install.sh	(revision 3074)
@@ -21,12 +21,22 @@
 
 # Build scotch
-cp Makefile.inc src/src
-cp gmap_mex.c src/src/scotch
+cp -p Makefile.inc src/src
+cp -p gmap_mex.c src/src/scotch
 cd src/src
 make mexscotch
-# For stand-alone scotch modules, also execute below
-#make
+# For stand-alone scotch modules, also execute next two
+make clean
+make scotch
 # Clean up
 make clean
 cd ../..
 
+# Populate install directory
+cp -pr src/grf install
+cp -pr src/tgt install
+cp -pr src/doc install
+cp -pr src/man install
+mkdir install/bin
+mv src/bin/* install/bin
+cp -p gmap.m install/bin
+
