summaryrefslogtreecommitdiffstats
path: root/main/perl-net-dns
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-net-dns')
-rw-r--r--main/perl-net-dns/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-net-dns/APKBUILD b/main/perl-net-dns/APKBUILD
index c587ab468..b43e7a967 100644
--- a/main/perl-net-dns/APKBUILD
+++ b/main/perl-net-dns/APKBUILD
@@ -3,7 +3,7 @@
pkgname=perl-net-dns
_realname=Net-DNS
pkgver=0.66
-pkgrel=5
+pkgrel=6
pkgdesc="Perl interface to the DNS resolver"
url="http://search.cpan.org/~olaf/Net-DNS-0.66"
arch="all"
@@ -25,7 +25,7 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
# creates file collision among perl modules
- find "$pkgdir" -name perllocal.pod -o -name .packlist -delete
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
md5sums="1635d876324e3c2f6e277d5778bfe94c Net-DNS-0.66.tar.gz"