Code

Added function.image
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Oct 2010 11:04:09 +0000 (11:04 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Oct 2010 11:04:09 +0000 (11:04 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19923 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/build-gosa

index a020489d01f98fcf562278c570d190c765b11b03..c7d756b310bbc144f31711adc7d310c73fd61e45 100755 (executable)
@@ -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))