Merge pull request #1264 from brthor/cleanup_debian
Clean up symlinks and fix conflict with mono-runtime-common
This commit is contained in:
commit
806e506368
2 changed files with 2 additions and 27 deletions
|
@ -39,18 +39,6 @@
|
||||||
|
|
||||||
"symlinks": {
|
"symlinks": {
|
||||||
"bin/dotnet" : "usr/bin/dotnet",
|
"bin/dotnet" : "usr/bin/dotnet",
|
||||||
"bin/dotnet-build" : "usr/bin/dotnet-build",
|
"bin/dotnet-compile-native" : "/usr/bin/dotnet-compile-native"
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,20 +38,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"symlinks": {
|
"symlinks": {
|
||||||
"/usr/share/dotnet-nightly" : "/usr/share/dotnet",
|
|
||||||
"bin/dotnet" : "usr/bin/dotnet",
|
"bin/dotnet" : "usr/bin/dotnet",
|
||||||
"bin/dotnet-build" : "usr/bin/dotnet-build",
|
"bin/dotnet-compile-native" : "/usr/bin/dotnet-compile-native"
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue