Code

Fixed smarty path
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 23 May 2005 08:35:05 +0000 (08:35 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 23 May 2005 08:35:05 +0000 (08:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@345 594d385d-05f5-0310-b6e9-bd551577e9d8

debian/rules

index cacba66503660a4632a3feafa64c8ec72a5ad6ec..48dfeecd67c8321409862723294ff7316ce10794 100755 (executable)
@@ -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