Fix pkg-plist.

Pointed by:	kris
This commit is contained in:
Sergey Skvortsov 2004-12-23 14:09:08 +00:00
parent 62c74a9433
commit 56aa4842fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124988
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/DB.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/DB.so
@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Apache 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true

View file

@ -2,3 +2,4 @@
%%SITE_PERL%%/Apache/AuthDBI.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI
@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true