@@ -0,0 +1,29 @@
+Index: index.php
+===================================================================
+--- index.php.orig
++++ index.php
+@@ -31,7 +31,7 @@
+ *
+ * This path can be absolute or relative to this file.
+ */
+-$kohana_modules = 'modules';
++$kohana_modules = '/usr/share/kohana/modules';
+
+ /**
+ * Kohana system directory. This directory should contain the core/ directory,
+@@ -39,7 +39,7 @@
+ *
+ * This path can be absolute or relative to this file.
+ */
+-$kohana_system = 'system';
++$kohana_system = '/usr/share/kohana/system';
+
+ /**
+ * Test to make sure that Kohana is running on PHP 5.2 or newer. Once you are
+@@ -104,4 +104,4 @@
+ {
+ // Initialize Kohana
+ require SYSPATH.'core/Bootstrap'.EXT;
+-}
+\ No newline at end of file
++}
|