summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.ant2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.ant b/build.ant
index c647d267..70f78d25 100644
--- a/build.ant
+++ b/build.ant
@@ -73,6 +73,8 @@
<copy file="res/etc/rhizi-server.conf.example"
tofile="${targetDeploymentDir}/etc/rhizi-server.conf" />
+ <copy file="res/etc/htpasswd"
+ tofile="${targetDeploymentDir}/etc/htpasswd" />
<rsync src="res/templates/" dst="${targetDeploymentDir}/templates" />
</parallel>