author | ssadetsky |
Wed, 03 Apr 2019 15:43:25 -0700 | |
branch | JDK-8200758-branch |
changeset 57303 | eff0cf668c29 |
parent 57302 | 3506e9694603 |
child 57306 | b3b59183df78 |
src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template | file | annotate | diff | comparison | revisions |
--- a/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template Wed Apr 03 15:40:23 2019 -0700 +++ b/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template Wed Apr 03 15:43:25 2019 -0700 @@ -1,6 +1,6 @@ #!/usr/bin/env sh -chown -R root:wheel "INSTALL_LOCATION" -chmod -R o+rX "INSTALL_LOCATION" +chown root:wheel "INSTALL_LOCATION" +chmod a+rX "INSTALL_LOCATION" exit 0