diff options
author | glewis <glewis@FreeBSD.org> | 2005-02-18 04:56:32 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-02-18 04:56:32 +0800 |
commit | 973d7eafbc77173875750d3f38c6d07378cf941f (patch) | |
tree | c733e25bc84eebf5a3bb5aa4277ab9327c86d15d /java/linux-sun-jdk12 | |
parent | 7f63810e0f8dec9199e2eecb0a7dc7c07266ce75 (diff) | |
download | freebsd-ports-gnome-973d7eafbc77173875750d3f38c6d07378cf941f.tar.gz freebsd-ports-gnome-973d7eafbc77173875750d3f38c6d07378cf941f.tar.zst freebsd-ports-gnome-973d7eafbc77173875750d3f38c6d07378cf941f.zip |
. 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/linux-sun-jdk12')
-rw-r--r-- | java/linux-sun-jdk12/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk12/pkg-plist b/java/linux-sun-jdk12/pkg-plist index 1ef453e9404b..26b9c67c1bf5 100644 --- a/java/linux-sun-jdk12/pkg-plist +++ b/java/linux-sun-jdk12/pkg-plist @@ -1,3 +1,4 @@ +@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" %%T%%/CHANGES %%T%%/COPYRIGHT %%T%%/LICENSE @@ -722,7 +723,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-Sun-JDK%%JDK_VERSION%%" -@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" @dirrm %%T%%/bin/i386/green_threads @dirrm %%T%%/bin/i386/native_threads @dirrm %%T%%/bin/i386 |