# HG changeset patch # User Doug Simon # Date 1433787845 -7200 # Node ID c1610658bba0f2c1cf9ec6365e63a981ab4f79c7 # Parent 2766fee1809a1446deeaecee0d5e53d55e455494 fixed regression causing mx not to install jars into $(SHARED_DIR) diff -r 2766fee1809a -r c1610658bba0 mx/mx_graal.py --- 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: