summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-10 03:35:02 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-12 14:59:06 +0300
commit9ad6e3da224feff53d8fb2da0747fa29a3cd3ffa (patch)
tree64ed7e99b4c612b6d4231ab5fcc778ba0645adcc
parent45e0b1fbb0db670727484729cc01d9d55c16502e (diff)
build.ant: adapt to fragment.d relocation
-rw-r--r--build.ant4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.ant b/build.ant
index e331e67f..57970947 100644
--- a/build.ant
+++ b/build.ant
@@ -131,8 +131,8 @@
<!-- res -->
<rsync src="res/client/" dst="${targetDeploymentDir}/static" />
- <rsync src="res/template.d/"
- dst="${targetDeploymentDir}/fragment.d/template.d" />
+ <rsync src="${fragmentd_default_path}/"
+ dst="${targetDeploymentDir}/fragment.d" />
<!-- auth-->
<copy file="res/etc/user_db.db"