Index: jquery_ui.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/jquery_ui.install,v
retrieving revision 1.3
diff -u -r1.3 jquery_ui.install
--- jquery_ui.install	15 Jun 2008 05:15:11 -0000	1.3
+++ jquery_ui.install	24 Oct 2008 21:38:09 -0000
@@ -17,7 +17,7 @@
   if ($phase == 'install') {
     // The jquery_ui_get_version() function is in the .module file, which isn't
     // loaded yet.
-    include_once drupal_get_path('module', 'jquery_ui') . '/jquery_ui.module';
+    include_once dirname(__FILE__) . '/jquery_ui.module';
   }
 
   $requirements['jquery_ui']['title'] = $t('jQuery UI');
