From e179710c0f9eefcc360a93383fda0b07db6a96df Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 23 May 2005 08:35:05 +0000 Subject: [PATCH] Fixed smarty path git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@345 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2