We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6b07d commit 720d347Copy full SHA for 720d347
src/linux/Packaging.Linux/install-from-source.sh
@@ -241,4 +241,4 @@ fi
241
242
cd "$toplevel_path"
243
$sudo_cmd env "PATH=$PATH" $DOTNET_ROOT/dotnet build ./src/linux/Packaging.Linux/Packaging.Linux.csproj -c Release -p:InstallFromSource=true -p:installPrefix=$installPrefix
244
-add_to_PATH $installPrefix
+add_to_PATH "$installPrefix/bin"
0 commit comments