link dotnet-dnx

link dotnet-dnx so that `dotnet restore` works when installed from pkg
This commit is contained in:
Glenn Condron 2016-01-13 12:02:37 -08:00
parent cc61db24c9
commit a446bb220c

View file

@ -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/