diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2005-02-17 20:56:32 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2005-02-17 20:56:32 +0000 |
| commit | e09d999d99038f5946280c25960d5c0dda09d7fa (patch) | |
| tree | fe1357d99e10a3fce6eb29e66c89fd44aed92bf2 /java/linux-ibm-jdk14 | |
| parent | Update to 9.8, now includes a build in banner module! (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).
Notes
Notes:
svn path=/head/; revision=129110
Diffstat (limited to 'java/linux-ibm-jdk14')
| -rw-r--r-- | java/linux-ibm-jdk14/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-ibm-jdk14/pkg-plist b/java/linux-ibm-jdk14/pkg-plist index 338e848f723c..dfbb0db832e3 100644 --- a/java/linux-ibm-jdk14/pkg-plist +++ b/java/linux-ibm-jdk14/pkg-plist @@ -1,3 +1,4 @@ +@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" %%T%%/bin/HtmlConverter %%T%%/bin/appletviewer %%T%%/bin/extcheck @@ -771,7 +772,6 @@ @exec mkdir -p %D/share/doc/java @unexec rmdir %D/share/doc/java 2>/dev/null || true @exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-IBM-JDK%%PORTVERSION%%" -@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" @dirrm %%T%%/lib @dirrm %%T%%/jre/lib/security @dirrm %%T%%/jre/lib/images/cursors |
