]> git.pld-linux.org Git - packages/lms.git/commitdiff
- fix smarty path
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Jan 2006 23:37:22 +0000 (23:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lms-PLD.patch -> 1.10

lms-PLD.patch

index 35fa694f96dc25a9b04fa4ae38b29bd67d777130..f75dbdcd04765fbbe6ebb9d34628307ee37c12e7 100644 (file)
@@ -13,7 +13,7 @@
  $_CONFIG['directories']['config_templates_dir'] = (!isset($_CONFIG['directories']['config_templates_dir']) ? $_CONFIG['directories']['sys_dir'].'/config_templates' : $_CONFIG['directories']['config_templates_dir']);
 -$_CONFIG['directories']['smarty_dir'] = (!isset($_CONFIG['directories']['smarty_dir']) ? (is_readable('/usr/share/php/smarty/libs/Smarty.class.php') ? '/usr/share/php/smarty/libs' : $_CONFIG['directories']['lib_dir'].'/Smarty') : $_CONFIG['directories']['smarty_dir']);
 -$_CONFIG['directories']['smarty_compile_dir'] = (!isset($_CONFIG['directories']['smarty_compile_dir']) ? $_CONFIG['directories']['sys_dir'].'/templates_c' : $_CONFIG['directories']['smarty_compile_dir']);
-+$_CONFIG['directories']['smarty_dir'] = (!isset($_CONFIG['directories']['smarty_dir']) ? '/usr/share/pear/Smarty' : $_CONFIG['directories']['smarty_dir']);
++$_CONFIG['directories']['smarty_dir'] = (!isset($_CONFIG['directories']['smarty_dir']) ? '/usr/share/php/Smarty' : $_CONFIG['directories']['smarty_dir']);
 +$_CONFIG['directories']['smarty_compile_dir'] = (!isset($_CONFIG['directories']['smarty_compile_dir']) ? '/var/lib/lms/templates_c/' : $_CONFIG['directories']['smarty_compile_dir']);
  $_CONFIG['directories']['smarty_templates_dir'] = (!isset($_CONFIG['directories']['smarty_templates_dir']) ? $_CONFIG['directories']['sys_dir'].'/templates' : $_CONFIG['directories']['smarty_templates_dir']);
  
@@ -42,7 +42,7 @@
  ; http://smarty.php.net
  
 -; smarty_dir          = /usr/lib/php/Smarty
-+; smarty_dir       = /usr/share/pear/Smarty
++; smarty_dir       = /usr/share/php/Smarty
 +
  
  ; W pld jest domy¶lnie tutaj: (nie zapomnij o "poldek -i Smarty");
This page took 0.088338 seconds and 4 git commands to generate.