parent
f1fa915985
commit
fc4cb1654c
|
@ -411,8 +411,10 @@ def build_packages(build_output, version, pkg_arch, nightly=False, rc=None, iter
|
||||||
for b in targets:
|
for b in targets:
|
||||||
if p == 'windows':
|
if p == 'windows':
|
||||||
b = b + '.exe'
|
b = b + '.exe'
|
||||||
fr = os.path.join(current_location, b)
|
|
||||||
to = os.path.join(build_root, b)
|
to = os.path.join(build_root, b)
|
||||||
|
else:
|
||||||
|
to = os.path.join(build_root, INSTALL_ROOT_DIR[1:], b)
|
||||||
|
fr = os.path.join(current_location, b)
|
||||||
print("\t- [{}][{}] - Moving from '{}' to '{}'".format(p, a, fr, to))
|
print("\t- [{}][{}] - Moving from '{}' to '{}'".format(p, a, fr, to))
|
||||||
copy_file(fr, to)
|
copy_file(fr, to)
|
||||||
# Package the directory structure
|
# Package the directory structure
|
||||||
|
|
Loading…
Reference in New Issue