summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.ant1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.ant b/build.ant
index 609b72e1..9174d1d6 100644
--- a/build.ant
+++ b/build.ant
@@ -9,6 +9,7 @@
<attribute name="extraOpts" default="" />
<sequential>
<exec dir="${basedir}" executable="/usr/bin/rsync" >
+ <arg line="-avz @{extraOpts}" />
<arg value="@{src}" />
<arg value="@{dst}" />