aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/perl5.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/Uses/perl5.mk')
-rw-r--r--Mk/Uses/perl5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 97cab23e2f3d..9abf3753fb0b 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -266,7 +266,7 @@ fix-packlist::
# Starting with perl 5.20, the empty bootstrap files are not installed any
# more. As we don't need them anyway, remove it altogether.
-.if ${PERL_LEVEL} < 502000
+.if ${PERL_LEVEL} >= 502000
fix-perl-bs:
-@${FIND} ${STAGEDIR} -name '*.bs' -size 0 -delete
.endif