p5-html-parser: remove junk files

This commit is contained in:
Lucas Hazel 2008-03-26 15:06:13 +11:00
parent 0e93840af7
commit 8f765ac7fa
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/HTML/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/Parser/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/Parser/Parser.bs (EMPTY)
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/Parser/Parser.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/

View File

@ -14,6 +14,7 @@ build() {
echo "no" | perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find ${PKG} -name perllocal.pod -exec rm '{}' \;
find ${PKG} -name .packlist -exec rm '{}' \;
find ${PKG} -name .packlist -o \
-name perllocal.pod -o \
-name '*.bs' | xargs rm
}