buildscript: use correct path for template target
This fixes #677 Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
parent
9e5de7389c
commit
fb76148c46
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ prebuild() {
|
||||||
for template in $(find $target/files -name *.tpl)
|
for template in $(find $target/files -name *.tpl)
|
||||||
do
|
do
|
||||||
echo "Translating $template .."
|
echo "Translating $template .."
|
||||||
$tpl_translate $template > $(basename $template .tpl)
|
$tpl_translate $template > $(dirname $template)/$(basename $template .tpl)
|
||||||
/bin/rm $template
|
/bin/rm $template
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue