Fix duplicate %%PERL_ARCH%%'ification in one of the conditional rmdir

lines. The error was masked by the conditionality, but mostly harmless
due to the fact that the directory is incredibly likely to be populated
anyway.

Submitted by:	tobez
This commit is contained in:
Doug Barton 2004-01-04 22:42:08 +00:00
parent 25e3b4e196
commit d6426ee1f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97301

View File

@ -56,5 +56,5 @@
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Resolver
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true