#9 profile.d/dotnet.sh: set DOTNET_ROOT to shared framework location
Merged 5 years ago by omajid. Opened 5 years ago by tmds.
dotnet-sig/ tmds/dotnet-2-2 dotnet_root  into  master

file modified
+3
@@ -1,4 +1,7 @@ 

  

+ # Set location of shared framework

+ [ -z "$DOTNET_ROOT" ] && DOTNET_ROOT=/usr/lib64/dotnet

+ 

  # Add dotnet tools directory to PATH

  DOTNET_TOOLS_PATH="$HOME/.dotnet/tools"

  case "$PATH" in

Thanks! Looks okay for merging.

At some point, we should replace /usr/lib64/ with the spec-file's %{libdir} macro, but that can wait.

Can you merge this? I may not have permissions to do that. Or I don't know what button to push :)

I'll create merge requests for the other versions.

Pull-Request has been merged by omajid

5 years ago
Metadata