mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Fix build failure if directory can't be removed.
Change-Id: I6a34be72f80ab56bc5ba890d7ca5f70f4cc4a8fd Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
parent
db68d9779d
commit
e70802ab61
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
<mkdir dir="${remote-install-dir}" />
|
<mkdir dir="${remote-install-dir}" />
|
||||||
<delete includeemptydirs="true">
|
<delete includeemptydirs="true">
|
||||||
<fileset dir="${remote-install-dir}">
|
<fileset dir="${remote-install-dir}">
|
||||||
<include name="**" />
|
<include name="**/*" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</delete>
|
</delete>
|
||||||
<unzip
|
<unzip
|
||||||
|
|
Loading…
Add table
Reference in a new issue