changeset 21788:c1610658bba0

fixed regression causing mx not to install jars into $(SHARED_DIR)
author Doug Simon <doug.simon@oracle.com>
date Mon, 08 Jun 2015 20:24:05 +0200
parents 2766fee1809a
children 5b9adb645217
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Mon Jun 08 19:32:59 2015 +0200
+++ b/mx/mx_graal.py	Mon Jun 08 20:24:05 2015 +0200
@@ -890,7 +890,7 @@
                 defLine = 'EXPORT_LIST += $(EXPORT_JRE_LIB_DIR)/' + basename(dist.path)
             if defLine not in defs:
                 mx.abort('Missing following line in ' + defsPath + '\n' + defLine)
-                shutil.copy(dist.path, opts2.export_dir)
+            shutil.copy(dist.path, opts2.export_dir)
 
         services, optionsFiles = _extractJVMCIFiles(jdkJars, jvmciJars, join(opts2.export_dir, 'services'), join(opts2.export_dir, 'options'))
         if not opts2.use_make: