From: Elan Ruusamäe Date: Tue, 1 Nov 2005 13:30:53 +0000 (+0000) Subject: - fix Smarty path X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdrupal-themeengine-smarty.git;a=commitdiff_plain;h=62f88e96a0f5d41e2bce3d990ee2c0c80d543520 - fix Smarty path Changed files: drupal-themeengine-smarty-PLD.patch -> 1.2 --- diff --git a/drupal-themeengine-smarty-PLD.patch b/drupal-themeengine-smarty-PLD.patch index 582ca85..798e785 100644 --- a/drupal-themeengine-smarty-PLD.patch +++ b/drupal-themeengine-smarty-PLD.patch @@ -5,7 +5,7 @@ // Smarty Drupal engine, by default, expects a smarty installation in ./libs if (!class_exists('Smarty')) { // prevent redeclaration - require_once realpath('themes/engines/smarty/libs/Smarty.class.php'); -+ require_once 'Smarty/Smarty.class.php'; ++ require_once '/usr/share/php/Smarty/Smarty.class.php'; } class SmartyTemplate extends Smarty {