Mercurial
Mercurial
>
jdk-sandbox
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/postinstall.template
author
ssadetsky
Thu, 28 Mar 2019 08:08:07 -0700
branch
JDK-8200758-branch
changeset 57290
47c2aca6c306
parent 57039
98d3963b0b7b
child 57303
eff0cf668c29
permissions
-rw-r--r--
8215241: Permissions are not set correctly on sub-folders in /Applications Reviewed-by: herrick, almatvee
#!/usr/bin/env sh
chown -R root:wheel "INSTALL_LOCATION"
chmod -R o+rX "INSTALL_LOCATION"
exit 0