diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2005-02-17 19:41:13 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2005-02-17 19:41:13 +0000 |
| commit | 6253055c5534604e4dd5b80641da443d68ee61a6 (patch) | |
| tree | 9650f806120b6368426d39deb528c4da292122a2 /java/jdk12 | |
| parent | . Move the invocation of unregistervm to the top of the packing list. (diff) | |
. Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
are deleted (which is necessary for it to correctly delete the symbolic
links created by registervm).
Diffstat (limited to 'java/jdk12')
| -rw-r--r-- | java/jdk12/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk12/pkg-plist b/java/jdk12/pkg-plist index 6f99656363b8..775627151f4e 100644 --- a/java/jdk12/pkg-plist +++ b/java/jdk12/pkg-plist @@ -1,3 +1,4 @@ +@unexec %%LOCALBASE%%/bin/unregistervm "%D/jdk%%JDK_VERSION%%/bin/java" jdk%%JDK_VERSION%%/COPYRIGHT jdk%%JDK_VERSION%%/LICENSE jdk%%JDK_VERSION%%/README @@ -764,7 +765,6 @@ jdk%%JDK_VERSION%%/src.jar @exec mkdir -p %D/share/doc/java @unexec rmdir %D/share/doc/java 2>/dev/null || true @exec %%LOCALBASE%%/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # JDK%%JDK_VERSION%%" -@unexec %%LOCALBASE%%/bin/unregistervm "%D/jdk%%JDK_VERSION%%/bin/java" @dirrm jdk%%JDK_VERSION%%/lib @dirrm jdk%%JDK_VERSION%%/jre/lib/security @dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja_JP.UTF-8/app-defaults |
