Fix a braino (having @unexec rmdir ... without 2>/dev/null || true really
defeats the purpose...)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user