diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-10 03:35:02 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:06 +0300 |
| commit | 9ad6e3da224feff53d8fb2da0747fa29a3cd3ffa (patch) | |
| tree | 64ed7e99b4c612b6d4231ab5fcc778ba0645adcc | |
| parent | 45e0b1fbb0db670727484729cc01d9d55c16502e (diff) | |
build.ant: adapt to fragment.d relocation
| -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" |
