]> git.pld-linux.org Git - packages/Smarty.git/blobdiff - path.patch
- reverted. Smarty3 is now in Smarty3.spec
[packages/Smarty.git] / path.patch
index e96f6632422680e8e43dfc60b71a8b47002de8f2..1d9187bd8d1caf6d6db9c8765f78b9dec43d4ee9 100644 (file)
@@ -1,12 +1,11 @@
-diff -ur Smarty-3.0.5/libs/Smarty.class.php Smarty-3.0.5.new//libs/Smarty.class.php
---- Smarty-3.0.5/libs/Smarty.class.php 2010-11-21 03:59:07.000000000 +0100
-+++ Smarty-3.0.5.new//libs/Smarty.class.php    2010-12-12 19:05:26.021806440 +0100
-@@ -43,7 +43,7 @@
-  * Sets SMARTY_DIR only if user application has not already defined it.
+--- Smarty-2.6.26/libs/Smarty.class.php~       2009-06-18 17:47:04.000000000 +0300
++++ Smarty-2.6.26/libs/Smarty.class.php        2010-05-28 14:46:48.810070152 +0300
+@@ -46,7 +46,7 @@
   */
  if (!defined('SMARTY_DIR')) {
--    define('SMARTY_DIR', dirname(__FILE__) . DS);
+-    define('SMARTY_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 +    define('SMARTY_DIR', '/usr/share/php/Smarty/');
- } 
+ }
  
- /**
+ if (!defined('SMARTY_CORE_DIR')) {
This page took 1.604607 seconds and 4 git commands to generate.