mirror of https://github.com/BOINC/boinc.git
tools: Reference to function builddest should be builddir in upgrade tool
This commit is contained in:
parent
3945ac499f
commit
8a9cf1043b
|
@ -388,7 +388,7 @@ sys.path.insert(0, os.path.join('{dest_dir}', 'py'))
|
|||
os.rename(dest('cgi-bin', 'file_upload_handler'), dest('cgi-bin', 'file_upload_handler.old'))
|
||||
cgi_script = [ 'cgi', 'file_upload_handler']
|
||||
for f in cgi_script:
|
||||
install(builddest('sched',f), dest('cgi-bin',f))
|
||||
install(builddir('sched',f), dest('cgi-bin',f))
|
||||
command = [
|
||||
'adjust_user_priority',
|
||||
'antique_file_deleter',
|
||||
|
|
Loading…
Reference in New Issue