Index: cram.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cram/cram.install,v
retrieving revision 1.2.4.4
diff -u -p -r1.2.4.4 cram.install
--- cram.install	6 Mar 2008 05:13:47 -0000	1.2.4.4
+++ cram.install	7 Mar 2008 06:46:12 -0000
@@ -24,6 +24,10 @@ function cram_schema() {
 }
 
 function cram_install() {
+  $module_path = drupal_get_path('module', 'cram');
+  if (!file_exists($module_path .'/md5.js')) {
+    drupal_set_message(t('md5.js was not found in @module_path. See the INSTALL.txt file for details.', array('@module_path' => $module_path)), 'error');
+  }
   drupal_install_schema('cram');
 }
 
