- make update_translations.php executable; fixes #770

svn path=/trunk/boinc/; revision=18279
This commit is contained in:
David Anderson 2009-06-03 21:02:00 +00:00
parent 77eba56c73
commit 667bc8fba8
4 changed files with 12 additions and 2 deletions

View File

@ -4987,3 +4987,12 @@ David 3 June 2009
html/user/
main.css
David 3 June 2009
- make update_translations.php executable; fixes #770
html/ops/
update_translations.php
tools/
make_project
upgrade

1
html/ops/update_translations.php Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php
// This file is part of BOINC.
// http://boinc.berkeley.edu

View File

@ -282,7 +282,7 @@ except:
print '''Couldn't find svnversion'''
try:
os.system('cd '+proot+'/html/ops; php update_translations.php')
os.system('cd '+proot+'/html/ops; update_translations.php')
except:
print '''Couldn't install translation files'''

View File

@ -71,7 +71,7 @@ except:
print '''Couldn't find svnversion'''
try:
os.system('cd '+INSTALL_DIR+'/html/ops; php update_translations.php')
os.system('cd '+INSTALL_DIR+'/html/ops; update_translations.php')
except:
print '''Couldn't install translation files'''