From e411a43b1b217e3d3f893bcbc0c23c6fd4ec0b6d Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Thu, 25 Mar 2010 18:05:39 +0100 Subject: Bugfix for infrastructure/ace/bin/make to handle non-existent target directories, as git removes empty directories :( --- infrastructure/ace/bin/make | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infrastructure') diff --git a/infrastructure/ace/bin/make b/infrastructure/ace/bin/make index 0a39d91..98a48f4 100755 --- a/infrastructure/ace/bin/make +++ b/infrastructure/ace/bin/make @@ -1,4 +1,6 @@ #!/bin/sh +mkdir -p ../../etherpad/src/etherpad/collab/ace +mkdir -p ../../etherpad/src/static/js exec scala -classpath lib/yuicompressor-2.4-appjet.jar:lib/rhino-js-1.7r1.jar $0 $@ !# -- cgit v1.2.3-1-g7c22