Skip to content

Commit

Permalink
Fixed issue where binary wasnt copied to packaging directory correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross McDonald authored and geodimm committed Mar 10, 2016
1 parent dcfedc8 commit 73a0c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73a0c8e

Please sign in to comment.