summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab2d97c)
raw | patch | inline | side by side (parent: ab2d97c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 12:33:56 +0000 (12:33 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 12:33:56 +0000 (12:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9557 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/debian/rules | patch | blob | history |
diff --git a/gosa-core/debian/rules b/gosa-core/debian/rules
index db79e19f3428e0ff2b4ffde992eeefa13b64e974..4fdd5619a8deac4079aa7130cf9a14b2d8fb5352 100755 (executable)
--- a/gosa-core/debian/rules
+++ b/gosa-core/debian/rules
# Configure smarty location - hey ubuntu's please change SMARTY_LOCATION up there
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
+ cp include/smarty/plugins/function.msgPool.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}/Smarty.class.php\");%g" debian/gosa/usr/share/gosa/include/php_setup.inc