summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2019-02-22 11:39:41 +0100
committerBadlop <badlop@process-one.net>2019-02-22 12:30:05 +0100
commit17a59b795f866a7b563358cd7a7b1478c420af88 (patch)
treec8d7d3cd806a905f5e032e2cbe40d3832c599541 /tools
parentmod_mam_sql: Improve check for empty archive (diff)
Fix "make translations", got broken in 446e6e6f3
Diffstat (limited to 'tools')
-rwxr-xr-xtools/prepare-tr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/prepare-tr.sh b/tools/prepare-tr.sh
index 8829b273..03de1fa8 100755
--- a/tools/prepare-tr.sh
+++ b/tools/prepare-tr.sh
@@ -10,7 +10,7 @@
extract_lang_src2pot ()
{
- ./tools/extract-tr.sh ebin/ > priv/msgs/ejabberd.pot
+ ./tools/extract-tr.sh . > priv/msgs/ejabberd.pot
}
extract_lang_popot2po ()