mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Be more graceful, instead of unexec, use dirrm
This commit is contained in:
parent
c84fa94a81
commit
489423fcc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39662
1 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/TypeDB.pm
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Var.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/VarSet.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Math/Expr
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Math
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Expr
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math
|
||||
|
|
Loading…
Add table
Reference in a new issue