From 28eb9b4c29b8c84412708446bcc0ee33642502e3 Mon Sep 17 00:00:00 2001 From: Ross McDonald Date: Wed, 2 Mar 2016 11:55:31 -0600 Subject: [PATCH] Fixed issue where binary wasnt copied to packaging directory correctly. --- scripts/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.py b/scripts/build.py index af597d28a..983cfae1b 100755 --- a/scripts/build.py +++ b/scripts/build.py @@ -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