Merge pull request #831 from blackdwarf/pkgosxfix
Adding more symlinks to postinstall
This commit is contained in:
commit
1a7a971d4b
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue