diff options
Diffstat (limited to 'math/p5-Math-Round/pkg-plist')
-rw-r--r-- | math/p5-Math-Round/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Math-Round/pkg-plist b/math/p5-Math-Round/pkg-plist index d99e0feddafc..a3d437cd74fa 100644 --- a/math/p5-Math-Round/pkg-plist +++ b/math/p5-Math-Round/pkg-plist @@ -3,7 +3,7 @@ %%SITE_PERL%%/Math/Round.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Round @dirrm %%SITE_PERL%%/auto/Math/Round -@unexec rmdir %D/%%SITE_PERL%%/auto/Math 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |