diff options
-rw-r--r-- | textproc/p5-Text-Netstring/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-Netstring/pkg-plist b/textproc/p5-Text-Netstring/pkg-plist index 9f13f40..b397c58 100644 --- a/textproc/p5-Text-Netstring/pkg-plist +++ b/textproc/p5-Text-Netstring/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Text/Netstring.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring -@unexec rmdir %%SITE_PERL%%/Text 2>/dev/null || true -@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Text 2>/dev/null || true +@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true |