summaryrefslogtreecommitdiff
path: root/build.ant
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-14 22:38:35 +0200
committerLV-426 <lv-426@taproot.org.il>2014-12-14 22:38:35 +0200
commit0da7ad00971fefd9718dc2d963ba04f577914016 (patch)
treec522985b04475867300f936759439bdf9f2cc24b /build.ant
parent8b624ffc49de7e8d94dcaeef171d52543b5cd7c9 (diff)
rsync macro: extraOpts arg
Diffstat (limited to 'build.ant')
-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}" />