Fixed issue where binary wasnt copied to packaging directory correctly.

This commit is contained in:
Ross McDonald 2016-03-02 11:55:31 -06:00 committed by Cameron Sparr
parent 0a9accccc1
commit 28eb9b4c29
1 changed files with 1 additions and 1 deletions

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