Wong directory

This commit is contained in:
lfield 2019-07-08 22:16:42 +02:00 committed by GitHub
parent e4cc393b90
commit 55264b7998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ sys.path.insert(0, os.path.join('{dest_dir}', 'py'))
'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' ))