Not removing directories since they are now part of the base
system. This port attempted to delete the following directories, while these are already in BSD.local.dist: share/doc share/examples share/java/classes share/java local/share Pointed out by: Mikhail Teterin <mi+mx@aldan.algebra.com> Pointy hat trick to: znerd
This commit is contained in:
parent
8531521ede
commit
5c4f56c357
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65256
1 changed files with 0 additions and 5 deletions
|
@ -190,8 +190,3 @@ share/java/classes/JavaCC.jar
|
|||
@dirrm share/examples/javacc/examples/VTransformer
|
||||
@dirrm share/examples/javacc/examples
|
||||
@dirrm share/examples/javacc
|
||||
@unexec rmdir share/doc 2> /dev/null || true
|
||||
@unexec rmdir share/examples 2> /dev/null || true
|
||||
@unexec rmdir share/java/classes 2> /dev/null || true
|
||||
@unexec rmdir share/java 2> /dev/null || true
|
||||
@unexec rmdir share 2> /dev/null || true
|
||||
|
|
Loading…
Reference in a new issue