From 73050f535f994ae2e53724320ed0437276c6bb98 Mon Sep 17 00:00:00 2001 From: Bryan Thornbury Date: Sat, 6 Feb 2016 00:45:25 +0000 Subject: [PATCH] Clean up symlinks and fix conflict with mono-runtime-common remove dotnet_home workaround in debian package --- packaging/debian/dotnet-debian_config.json | 14 +------------- .../debian/dotnet-nightly-debian_config.json | 15 +-------------- 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/packaging/debian/dotnet-debian_config.json b/packaging/debian/dotnet-debian_config.json index caf938fee..550508f8c 100644 --- a/packaging/debian/dotnet-debian_config.json +++ b/packaging/debian/dotnet-debian_config.json @@ -39,18 +39,6 @@ "symlinks": { "bin/dotnet" : "usr/bin/dotnet", - "bin/dotnet-build" : "usr/bin/dotnet-build", - "bin/dotnet-compile" : "usr/bin/dotnet-compile", - "bin/dotnet-compile-csc" : "usr/bin/dotnet-compile-csc", - "bin/dotnet-compile-fsc" : "usr/bin/dotnet-compile-fsc", - "bin/dotnet-compile-native" : "/usr/bin/dotnet-compile-native", - "bin/dotnet-new": "usr/bin/dotnet-new", - "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-dnx" : "usr/bin/dotnet-dnx", - "bin/dotnet-test" : "usr/bin/dotnet-test", - "bin/dotnet-resgen" : "usr/bin/dotnet-resgen" + "bin/dotnet-compile-native" : "/usr/bin/dotnet-compile-native" } } diff --git a/packaging/debian/dotnet-nightly-debian_config.json b/packaging/debian/dotnet-nightly-debian_config.json index dd2fe3771..49652c929 100644 --- a/packaging/debian/dotnet-nightly-debian_config.json +++ b/packaging/debian/dotnet-nightly-debian_config.json @@ -38,20 +38,7 @@ ], "symlinks": { - "/usr/share/dotnet-nightly" : "/usr/share/dotnet", "bin/dotnet" : "usr/bin/dotnet", - "bin/dotnet-build" : "usr/bin/dotnet-build", - "bin/dotnet-compile" : "usr/bin/dotnet-compile", - "bin/dotnet-compile-csc" : "usr/bin/dotnet-compile-csc", - "bin/dotnet-compile-fsc" : "usr/bin/dotnet-compile-fsc", - "bin/dotnet-compile-native" : "/usr/bin/dotnet-compile-native", - "bin/dotnet-new": "usr/bin/dotnet-new", - "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-dnx" : "usr/bin/dotnet-dnx", - "bin/dotnet-test" : "usr/bin/dotnet-test", - "bin/dotnet-resgen" : "usr/bin/dotnet-resgen" + "bin/dotnet-compile-native" : "/usr/bin/dotnet-compile-native" } }