Fix plist.

This commit is contained in:
Anton Berezin 2004-04-19 11:55:28 +00:00
parent 0cab681643
commit dba04a13af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107576
3 changed files with 5 additions and 4 deletions

View file

@ -6,5 +6,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/P4/Client/Client.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/P4/Client/autosplit.ix
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4/Client
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4 2>/dev/null || true
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/P4 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/P4 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/P4 2>/dev/null || true

View file

@ -2,5 +2,5 @@
%%SITE_PERL%%/auto/P4/autosplit.ix
%%SITE_PERL%%/example.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/P4/.packlist
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4 2>/dev/null || true
@unexec rmdir %%SITE_PERL%%/auto/P4 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/P4 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/auto/P4 2>/dev/null || true

View file

@ -2,3 +2,4 @@
%%SITE_PERL%%/Net/DNS/ZoneFile.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/ZoneFile
@unexec rmdir %D/%%SITE_PERL%%/Net/DNS 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true