. 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:
Greg Lewis 2004-09-01 21:12:40 +00:00
parent cc59f5091e
commit 57b1fa568c

View file

@ -49,8 +49,8 @@ jre%%JRE_VERSION%%/lib/security/java.security
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/jre%%JRE_VERSION%%/bin/java # JRE%%JRE_VERSION%%"
@unexec %D/bin/unregistervm JRE%%JRE_VERSION%%
@exec %%LOCALBASE%%/bin/registervm "%D/jre%%JRE_VERSION%%/bin/java # JRE%%JRE_VERSION%%"
@unexec %%LOCALBASE%%/bin/unregistervm "%D/jre%%JRE_VERSION%%/bin/java"
@dirrm jre%%JRE_VERSION%%/lib/security
@dirrm jre%%JRE_VERSION%%/lib/i386/green_threads
@dirrm jre%%JRE_VERSION%%/lib/i386