Fix a braino (having @unexec rmdir ... without 2>/dev/null || true really

defeats the purpose...)
This commit is contained in:
Pete Fritchman
2001-10-05 04:34:49 +00:00
parent 1d3a021b7d
commit a57055def2
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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