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/preinstall.template
author
herrick
Tue, 10 Sep 2019 14:57:03 -0400
branch
JDK-8200758-branch
changeset 58114
42df7de58e39
parent 57290
47c2aca6c306
permissions
-rw-r--r--
8230519: jpackage "--package-type" values and default Reviewed-by: asemenyuk, almatvee
#!/usr/bin/env sh
if [ ! -d "INSTALL_LOCATION" ]
then
mkdir -p "INSTALL_LOCATION"
fi
exit 0