. Call unregistervm with the VM we registered, not the comment associated
with (as comments should be optional).
This commit is contained in:
parent
e58f55eca8
commit
4d7fe23937
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115869
1 changed files with 1 additions and 1 deletions
|
@ -928,7 +928,7 @@ jdk%%JDK_VERSION%%/src.jar
|
|||
@exec mkdir -p %D/share/doc/java
|
||||
@unexec rmdir %D/share/doc/java 2>/dev/null || true
|
||||
@exec %D/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # FREEBSD-JDK%%JDK_VERSION%%"
|
||||
@unexec %D/bin/unregistervm FREEBSD-JDK%%JDK_VERSION%%
|
||||
@unexec %D/bin/unregistervm "%D/jdk%%JDK_VERSION%%/bin/java"
|
||||
@dirrm jdk%%JDK_VERSION%%/man/man1
|
||||
@dirrm jdk%%JDK_VERSION%%/man
|
||||
@dirrm jdk%%JDK_VERSION%%/lib/i386
|
||||
|
|
Loading…
Reference in a new issue