diff options
Diffstat (limited to 'main/perl-net-dns')
-rw-r--r-- | main/perl-net-dns/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/perl-net-dns/APKBUILD b/main/perl-net-dns/APKBUILD index 2ce850ee4d..a9eef71bf4 100644 --- a/main/perl-net-dns/APKBUILD +++ b/main/perl-net-dns/APKBUILD @@ -20,7 +20,7 @@ build() { make || return 1 make DESTDIR="$pkgdir" install # creates file collision among perl modules - rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod + find "$pkgdir" -name perllocal.pod -delete } md5sums="54e5a12a20de39b954a93723927ac789 Net-DNS-0.65.tar.gz" |