From a446bb220c818ad5f589b5caf10f5f4178f4db1d Mon Sep 17 00:00:00 2001 From: Glenn Condron Date: Wed, 13 Jan 2016 12:02:37 -0800 Subject: [PATCH] link dotnet-dnx link dotnet-dnx so that `dotnet restore` works when installed from pkg --- packaging/osx/scripts/postinstall | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/osx/scripts/postinstall b/packaging/osx/scripts/postinstall index d80d98815..f973d07d5 100755 --- a/packaging/osx/scripts/postinstall +++ b/packaging/osx/scripts/postinstall @@ -24,6 +24,7 @@ ln -s $INSTALL_DESTINATION/bin/dotnet-restore /usr/local/bin/ ln -s $INSTALL_DESTINATION/bin/dotnet-resgen /usr/local/bin/ ln -s $INSTALL_DESTINATION/bin/dotnet-run /usr/local/bin/ ln -s $INSTALL_DESTINATION/bin/dotnet-test /usr/local/bin/ +ln -s $INSTALL_DESTINATION/bin/dotnet-dnx /usr/local/bin/ # A temporary solution to unblock dotnet compile cp $INSTALL_DESTINATION/bin/corehost /usr/local/bin/