summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"