mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
. Assume (un)registervm is in LOCALBASE _not_ PREFIX.
. Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
This commit is contained in:
parent
57b1fa568c
commit
439bd1fde1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117867
@ -70,8 +70,8 @@ linux-blackdown-jre%%JRE_VERSION%%/lib/security/java.security
|
||||
linux-blackdown-jre%%JRE_VERSION%%/lib/serialver.properties
|
||||
@exec mkdir -p %D/share/doc/java
|
||||
@unexec rmdir %D/share/doc/java 2>/dev/null || true
|
||||
@exec %D/bin/registervm "%D/linux-blackdown-jre%%JRE_VERSION%%/bin/java # Linux-Blackdown-JRE%%JRE_VERSION%%"
|
||||
@unexec %D/bin/unregistervm Linux-Blackdown-JRE%%JRE_VERSION%%
|
||||
@exec %%LOCALBASE%%/bin/registervm "%D/linux-blackdown-jre%%JRE_VERSION%%/bin/java # Linux-Blackdown-JRE%%JRE_VERSION%%"
|
||||
@unexec %%LOCALBASE%%/bin/unregistervm "%D/linux-blackdown-jre%%JRE_VERSION%%/bin/java"
|
||||
@dirrm linux-blackdown-jre%%JRE_VERSION%%/lib/security
|
||||
@dirrm linux-blackdown-jre%%JRE_VERSION%%/lib/i686/native_threads
|
||||
@dirrm linux-blackdown-jre%%JRE_VERSION%%/lib/i686/green_threads
|
||||
|
Loading…
Reference in New Issue
Block a user