mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
No need to manually remove perllocal.pod and paclists
This commit is contained in:
parent
1d1f0c7178
commit
490de90294
2 changed files with 1 additions and 5 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue