svn path=/trunk/boinc/; revision=20635
This commit is contained in:
Rom Walton 2010-02-18 21:00:47 +00:00
parent 6b5d102781
commit 9689a0aa4d
1 changed files with 1 additions and 1 deletions

View File

@ -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