From: cajus Date: Tue, 4 Mar 2008 17:03:44 +0000 (+0000) Subject: Reverted automatic smarty location X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7bebde31a742f5c825f80948f207d11686d815a2;p=gosa.git Reverted automatic smarty location git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9327 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/debian/rules b/gosa-core/debian/rules index 40b91dee7..db79e19f3 100755 --- a/gosa-core/debian/rules +++ b/gosa-core/debian/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 # Configure smarty location -export SMARTY_LOCATION=$(dpkg -L smarty | grep Smarty.class.php) +export SMARTY_LOCATION=/usr/share/php/smarty/libs build: patch #************************************************* @@ -109,7 +109,7 @@ install-stamp: sed -i 's%"CONFIG_TEMPLATE_DIR", "../contrib/"%"CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa/contrib/"%g' debian/gosa/usr/share/gosa/include/functions.inc cp include/smarty/plugins/block.render.php debian/smarty-render/usr/share/php/smarty/libs/plugins rm -rf debian/gosa/usr/share/gosa/include/smarty; \ - sed -i "s%require(\"smarty/Smarty.class.php\");%require(\"${SMARTY_LOCATION}\");%g" debian/gosa/usr/share/gosa/include/php_setup.inc + sed -i "s%require(\"smarty/Smarty.class.php\");%require(\"${SMARTY_LOCATION}/Smarty.class.php\");%g" debian/gosa/usr/share/gosa/include/php_setup.inc # Configure update location sed -i 's%^define.*__FILE__.*%define ("GOSA_HOME", "/usr/share/gosa");%g' debian/gosa/usr/sbin/update-gosa