diff options
Diffstat (limited to 'recipes-core/ecj')
-rw-r--r-- | recipes-core/ecj/libecj-bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc index 9e1cc1d..cd9d90f 100644 --- a/recipes-core/ecj/libecj-bootstrap.inc +++ b/recipes-core/ecj/libecj-bootstrap.inc | |||
@@ -29,7 +29,7 @@ do_unpackpost() { | |||
29 | rm -rf META-INF | 29 | rm -rf META-INF |
30 | 30 | ||
31 | # Move source into separate subdir. | 31 | # Move source into separate subdir. |
32 | if [ -d org ]; then | 32 | if [ -d org -a ! -d source/org ]; then |
33 | mv org source/ | 33 | mv org source/ |
34 | fi | 34 | fi |
35 | # Remove stuff unneeded for the bootstrap compiler. | 35 | # Remove stuff unneeded for the bootstrap compiler. |