]> git.pld-linux.org Git - packages/Smarty.git/blob - path.patch
- use virtual php extension deps (to be independant of php version)
[packages/Smarty.git] / path.patch
1 --- Smarty-2.6.26/libs/Smarty.class.php~        2009-06-18 17:47:04.000000000 +0300
2 +++ Smarty-2.6.26/libs/Smarty.class.php 2010-05-28 14:46:48.810070152 +0300
3 @@ -46,7 +46,7 @@
4   */
5  
6  if (!defined('SMARTY_DIR')) {
7 -    define('SMARTY_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
8 +    define('SMARTY_DIR', '/usr/share/php/Smarty/');
9  }
10  
11  if (!defined('SMARTY_CORE_DIR')) {
This page took 0.059935 seconds and 3 git commands to generate.