Fixed issue where binary wasnt copied to packaging directory correctly.

This commit is contained in:
Ross McDonald
2016-03-03 21:34:57 +00:00
committed by Cameron Sparr
parent 0a9accccc1
commit 28eb9b4c29
+1 -1
View File
@@ -526,7 +526,7 @@ def build_packages(build_output, version, nightly=False, rc=None, iteration=1):
arch,
fr,
to))
copy_file(fr, to)
copy_file(fr, to)
for package_type in supported_packages[platform]:
# Package the directory structure for each package type for the platform