From: cajus Date: Mon, 23 May 2005 08:35:05 +0000 (+0000) Subject: Fixed smarty path X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e179710c0f9eefcc360a93383fda0b07db6a96df;p=gosa.git Fixed smarty path git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@345 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/debian/rules b/debian/rules index cacba6650..48dfeecd6 100755 --- a/debian/rules +++ b/debian/rules @@ -61,8 +61,8 @@ install-stamp: -chmod +x debian/gosa/user/lib/gosa/* -rm -rf debian/gosa/usr/share/gosa/gen_locale.sh -rm -rf debian/gosa/usr/share/gosa/update.sh - -mkdir -p debian/gosa/usr/share/php/smarty/libs - -cp include/smarty/plugins/block.t.php debian/gosa/usr/share/php/smarty/libs + -mkdir -p debian/gosa/usr/share/php/smarty/libs/plugins + -cp include/smarty/plugins/block.t.php debian/gosa/usr/share/php/smarty/libs/plugins -rm -rf debian/gosa/usr/share/gosa/include/smarty -find debian/gosa -type f -exec chmod -x {} \; -sed 's%"CONFIG_TEMPLATE_DIR", "../contrib/"%"CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa/contrib/"%g' debian/gosa/usr/share/gosa/include/functions.inc > debian/gosa/usr/share/gosa/include/functions.inc.new