Skip to content

Commit 720d347

Browse files
committed
install from source: correct path addition
Ensure the correct path for GCM is added to `PATH` at the end of the `install-from-source` script.
1 parent 3b6b07d commit 720d347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linux/Packaging.Linux/install-from-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ fi
241241

242242
cd "$toplevel_path"
243243
$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
244+
add_to_PATH "$installPrefix/bin"

0 commit comments

Comments
 (0)