diff options
| -rw-r--r-- | build.ant | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
