mirror of https://github.com/BOINC/boinc.git
- make update_translations.php executable; fixes #770
svn path=/trunk/boinc/; revision=18279
This commit is contained in:
parent
77eba56c73
commit
667bc8fba8
|
@ -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,3 +1,4 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
// This file is part of BOINC.
|
||||
// http://boinc.berkeley.edu
|
||||
|
|
|
@ -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'''
|
||||
|
||||
|
|
|
@ -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'''
|
||||
|
||||
|
|
Loading…
Reference in New Issue