tools: Reference to function builddest should be builddir in upgrade tool

This commit is contained in:
Kevin Reed 2019-08-02 14:24:04 -05:00
parent 3945ac499f
commit 8a9cf1043b
1 changed files with 1 additions and 1 deletions

View File

@ -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')) os.rename(dest('cgi-bin', 'file_upload_handler'), dest('cgi-bin', 'file_upload_handler.old'))
cgi_script = [ 'cgi', 'file_upload_handler'] cgi_script = [ 'cgi', 'file_upload_handler']
for f in cgi_script: for f in cgi_script:
install(builddest('sched',f), dest('cgi-bin',f)) install(builddir('sched',f), dest('cgi-bin',f))
command = [ command = [
'adjust_user_priority', 'adjust_user_priority',
'antique_file_deleter', 'antique_file_deleter',