From ccba7ac39770e43b58108e4b6cba4f2547934837 Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Wed, 13 Jan 2016 13:47:47 -0800 Subject: [PATCH] Adding more symlinks to postinstall Adding symlinks for the following commands: * dotnet-dnx * csc Also adding symlink for libclihost.dylib because it is needed for the corehost. Fix #823, #786 --- packaging/osx/scripts/postinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/osx/scripts/postinstall b/packaging/osx/scripts/postinstall index f973d07d5..e7d0706bc 100755 --- a/packaging/osx/scripts/postinstall +++ b/packaging/osx/scripts/postinstall @@ -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/