1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +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:
Greg Watson 2014-10-13 18:20:46 -04:00
parent db68d9779d
commit e70802ab61

View file

@ -47,7 +47,7 @@
<mkdir dir="${remote-install-dir}" />
<delete includeemptydirs="true">
<fileset dir="${remote-install-dir}">
<include name="**" />
<include name="**/*" />
</fileset>
</delete>
<unzip