mirror of https://github.com/BOINC/boinc.git
parent
6b5d102781
commit
9689a0aa4d
|
@ -52,7 +52,7 @@ done
|
||||||
# languages.
|
# languages.
|
||||||
for file in `find -name '*.pot'` ; do
|
for file in `find -name '*.pot'` ; do
|
||||||
template_rootname=`basename $file`
|
template_rootname=`basename $file`
|
||||||
template_name=${projdir}/${locale}/${template_rootname}
|
template_name=${projdir}/templates/${template_rootname}
|
||||||
|
|
||||||
# Check to see if the file exists, if not create it
|
# Check to see if the file exists, if not create it
|
||||||
if test ! -e ${template_name}.flag
|
if test ! -e ${template_name}.flag
|
||||||
|
|
Loading…
Reference in New Issue