From 604c3e4315cba66c0753b6bc2f9f43e24674cc29 Mon Sep 17 00:00:00 2001 From: dougb Date: Sun, 4 Jan 2004 22:42:08 +0000 Subject: 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 --- dns/p5-Net-DNS/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns/p5-Net-DNS') diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist index fa0ce284447f..277055922cee 100644 --- a/dns/p5-Net-DNS/pkg-plist +++ b/dns/p5-Net-DNS/pkg-plist @@ -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 -- cgit