Skip to content

Commit

Permalink
Wong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lfield authored Jul 8, 2019
1 parent e4cc393 commit 55264b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/Boinc/setup_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def dest(*dirs):
'xadd',
]
for f in command:
install(builddir('vda/' + f), dest('bin',f))
install(builddir('tools/' + f), dest('bin',f))
install(srcdir('lib/crypt_prog'), dest('bin','crypt_prog'))
install(srcdir('sched/db_dump_spec.xml' ), dest('','db_dump_spec.xml' ))

Expand Down

0 comments on commit 55264b7

Please sign in to comment.