No need to manually remove perllocal.pod and paclists

This commit is contained in:
David Phillips 2018-05-04 17:07:48 +12:00
parent 1d1f0c7178
commit 490de90294
2 changed files with 1 additions and 5 deletions

View file

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Sun Mar 27 23:38:29 UTC 2016
# Fri May 4 05:07:16 UTC 2018
pkgbase = perl-poe-component-irc
pkgdesc = A fully event-driven IRC client module
pkgver = 6.88

View file

@ -25,8 +25,4 @@ package()
{
cd "${srcdir}/POE-Component-IRC-${pkgver}"
make DESTDIR="${pkgdir}" install
# Remove .packlist and perllocal.pod files.
find "${pkgdir}" -name '.packlist' -delete
find "${pkgdir}" -name 'perllocal.pod' -delete
}