From 5bb5e5f01ddb7a52db12a1c569d021ba1b76b9ee Mon Sep 17 00:00:00 2001
From: Danilo Ansaloni <danilo.ansaloni@oracle.com>
Date: Fri, 13 Apr 2018 12:50:53 +0200
Subject: [PATCH] Fix exported executable.

---
 mx.fastr/mx_fastr_dists.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mx.fastr/mx_fastr_dists.py b/mx.fastr/mx_fastr_dists.py
index f85df3f506..53282b1db0 100644
--- a/mx.fastr/mx_fastr_dists.py
+++ b/mx.fastr/mx_fastr_dists.py
@@ -300,7 +300,7 @@ mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage(
     support_distributions=['extracted-dependency:fastr:FASTR_GRAALVM_SUPPORT'],
     provided_executables=[
         'link:<support>/bin/Rscript',
-        'link:<support>/bin/exec/R',
+        'link:<support>/bin/R',
     ],
     include_in_polyglot=False,
 ), _fastr_suite)
-- 
GitLab