mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
. 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). This fixes the packing list failures seen on pointyhat.
This commit is contained in:
parent
0af0dea535
commit
ef7cb8d5fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129055
@ -1,3 +1,4 @@
|
||||
@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java"
|
||||
%%T%%/COPYRIGHT
|
||||
%%T%%/LICENSE
|
||||
%%T%%/README
|
||||
@ -1536,7 +1537,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%%PORTVERSION%%"
|
||||
@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java"
|
||||
@dirrm %%T%%/man/man1
|
||||
@dirrm %%T%%/man/ja_JP.eucJP/man1
|
||||
@dirrm %%T%%/man/ja_JP.eucJP
|
||||
|
Loading…
Reference in New Issue
Block a user