--- chili_highlighter.module	2010-07-19 02:46:01.000000000 +0200
+++ chili_highlighter.module	2010-07-20 22:04:00.000000000 +0200
@@ -81,13 +81,13 @@ function chili_highlighter_plugin_path()
   }
 
   if (file_exists("profiles/$profile/libraries")) {
-    $searchdir[] = "profiles/$profile/libraries";
+    $searchdir[] = "profiles/$profile/libraries/chili";
   }
 
-  $searchdir[] = "sites/all/libraries";
+  $searchdir[] = "sites/all/libraries/chili";
 
   if (file_exists("$config/libraries")) {
-    $searchdir[] = "$config/libraries";
+    $searchdir[] = "$config/libraries/chili";
   }
 
   $searchdir[] = drupal_get_path('module', 'chili_highlighter') . '/js';
