summaryrefslogtreecommitdiff
path: root/shells/perlsh
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-05 04:34:49 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-05 04:34:49 +0000
commita57055def2a8eb4d63498ebd241e9d8cc98e02a5 (patch)
tree03e0a10744c5e75f6df73cc1fed1451d7f4ef3b9 /shells/perlsh
parentFix compilation (need more includes and an explicit -lX11) (diff)
Fix a braino (having @unexec rmdir ... without 2>/dev/null || true really
defeats the purpose...)
Notes
Notes: svn path=/head/; revision=48455
Diffstat (limited to 'shells/perlsh')
-rw-r--r--shells/perlsh/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/perlsh/pkg-plist b/shells/perlsh/pkg-plist
index e31e4f389dd2..95105c3d076a 100644
--- a/shells/perlsh/pkg-plist
+++ b/shells/perlsh/pkg-plist
@@ -61,4 +61,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/psh/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/OS
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh
-@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1
+@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1 2>/dev/null || true