aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-db_file/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-db_file/APKBUILD')
-rw-r--r--main/perl-db_file/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/perl-db_file/APKBUILD b/main/perl-db_file/APKBUILD
index 7d3edc3ab1b..6415f1bbf98 100644
--- a/main/perl-db_file/APKBUILD
+++ b/main/perl-db_file/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="28979bee29d8075b0dffab02fe29df6e DB_File-1.820.tar.gz"