[cig-commits] r14680 - mc/1D/hc/trunk

walter at geodynamics.org walter at geodynamics.org
Mon Apr 13 15:44:25 PDT 2009


Author: walter
Date: 2009-04-13 15:44:24 -0700 (Mon, 13 Apr 2009)
New Revision: 14680

Modified:
   mc/1D/hc/trunk/make_binary_package
Log:
Fix a thinko in make_binary_package

Modified: mc/1D/hc/trunk/make_binary_package
===================================================================
--- mc/1D/hc/trunk/make_binary_package	2009-04-13 22:38:25 UTC (rev 14679)
+++ mc/1D/hc/trunk/make_binary_package	2009-04-13 22:44:24 UTC (rev 14680)
@@ -14,7 +14,7 @@
 mkdir "$dest"
 cp README.TXT calc_vel_and_plot "$dest"
 mkdir "$dest/example_data" "$dest/prem" "$dest/bin"
-cp bin/* "$dest"
+cp bin/* "$dest/bin"
 cp example_data/* "$dest/example_data"
 cp prem/* "$dest/prem"
 mkdir "$dest/hcplates"



More information about the CIG-COMMITS mailing list