From 9ae08ff35962ba9916d451a90908d313e282aa18 Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 17 Nov 2015 20:22:29 -0800 Subject: [PATCH] Fix Symlinks to dotnet binaries --- debian_config.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/debian_config.json b/debian_config.json index c9b2ce0f3..02fea198b 100644 --- a/debian_config.json +++ b/debian_config.json @@ -32,13 +32,14 @@ }, "symlinks": { - "dotnet" : "usr/bin/dotnet", - "dotnet-compile" : "usr/bin/dotnet-compile", - "dotnet-compile-csc" : "usr/bin/dotnet-compile-csc", - "dotnet-publish" : "usr/bin/dotnet-publish", - "dotnet-repl" : "usr/bin/dotnet-repl", - "dotnet-repl-csi" : "usr/bin/dotnet-repl-csi", - "dotnet-restore" : "usr/bin/dotnet-restore", - "resgen" : "usr/bin/resgen" + "bin/dotnet" : "usr/bin/dotnet", + "bin/dotnet-compile" : "usr/bin/dotnet-compile", + "bin/dotnet-compile-csc" : "usr/bin/dotnet-compile-csc", + "bin/dotnet-publish" : "usr/bin/dotnet-publish", + "bin/dotnet-repl" : "usr/bin/dotnet-repl", + "bin/dotnet-repl-csi" : "usr/bin/dotnet-repl-csi", + "bin/dotnet-restore" : "usr/bin/dotnet-restore", + "bin/dotnet-compile-native" : "/usr/bin/dotnet-compile-native", + "bin/resgen" : "usr/bin/resgen" } }