Merge pull request #831 from blackdwarf/pkgosxfix

Adding more symlinks to postinstall
This commit is contained in:
Zlatko Knezevic 2016-01-13 16:33:14 -08:00
commit 1a7a971d4b

View file

@ -25,6 +25,8 @@ 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/
ln -s $INSTALL_DESTINATION/bin/csc /usr/local/bin/
ln -s $INSTALL_DESTINATION/bin/libclihost.dylib /usr/local/bin/
# A temporary solution to unblock dotnet compile
cp $INSTALL_DESTINATION/bin/corehost /usr/local/bin/