Add 3 "@unexec rmdir"s.
Reported by: bento
This commit is contained in:
parent
72b30e7f2a
commit
66e5f4287d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37119
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/Apache/Archive/autosplit.ix
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Archive/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Archive
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Apache/Archive
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Apache 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue