From: cajus Date: Wed, 6 Oct 2010 11:04:09 +0000 (+0000) Subject: Added function.image X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=89d2b74ab3afa607a7b9a514e20d8da591e6950a;p=gosa.git Added function.image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19923 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/build-gosa b/gosa-core/contrib/build-gosa index a020489d0..c7d756b31 100755 --- a/gosa-core/contrib/build-gosa +++ b/gosa-core/contrib/build-gosa @@ -72,7 +72,7 @@ def build(release, base_url, target="/tmp", method="svn", key_id=None, cleanup=T smarty_dir = join(core_dir, "include", "smarty") for rfile in [f for f in os.listdir(join(smarty_dir, "plugins")) if not f in ["block.render.php", "block.t.php", "function.msgPool.php", - "function.factory.php"]]: + "function.factory.php", "function.image.php"]]: os.remove(join(smarty_dir, "plugins", rfile))