diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-02 15:44:59 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-03-02 15:44:59 +0200 |
| commit | d46b7fec6fe5401526c88c507d6e5631b557aebd (patch) | |
| tree | 3ee8238609236b85d572a6a3a3c928a4c9c14c98 /build.ant | |
| parent | aca8f0acd78108dcf615b0e93d34dea089b26efc (diff) | |
res/ should not contain top-level files - mving user_db lookup path to res/etc
Diffstat (limited to 'build.ant')
| -rw-r--r-- | build.ant | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ <copy file="res/etc/rhizi-server.conf" tofile="${targetDeploymentDir}/etc/rhizi-server.conf" /> <rsync src="res/templates/" dst="${targetDeploymentDir}/templates" /> - <copy file="res/user_db.db" tofile="${targetDeploymentDir}/user_db.db" quiet="true" /> + <copy file="res/etc/user_db.db" tofile="${targetDeploymentDir}/user_db.db" quiet="true" /> </parallel> </target> |
