From 7ae33f31542e5f9477074c60fa7ef3d328a2c827 Mon Sep 17 00:00:00 2001 From: glennc Date: Fri, 6 Nov 2015 15:58:55 -0800 Subject: [PATCH] fix permissions for installed files. --- packaging/osx/package-osx.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/osx/package-osx.sh b/packaging/osx/package-osx.sh index a41b6a19b..03ffca192 100755 --- a/packaging/osx/package-osx.sh +++ b/packaging/osx/package-osx.sh @@ -36,10 +36,9 @@ PACKAGE_DIR=$REPOROOT/artifacts/packages/pkg [ -d "$PACKAGE_DIR" ] || mkdir -p $PACKAGE_DIR PACKAGE_NAME=$PACKAGE_DIR/dotnet-cli-x64.${DOTNET_BUILD_VERSION}.pkg - +chmod -R 755 $STAGE2_DIR pkgbuild --root $STAGE2_DIR \ --version $DOTNET_BUILD_VERSION \ - --ownership preserve \ --scripts $DIR/scripts \ --identifier com.microsoft.dotnet.cli.pkg.dotnet-osx-x64 \ --install-location /usr/local/share/dotnet/cli \