aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-getopt-long
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:48:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:48:55 +0000
commit489e359a742e06cde3c0a17bcfc877aeffc779e7 (patch)
treed9e31b30e9c836a92db6b881625c86f489aa6fc2 /main/perl-getopt-long
parent7f9fc59017784f82bddac56fc691b24f31bad84d (diff)
main/perl-*: use 'find' to delete perllocal.pod
Diffstat (limited to 'main/perl-getopt-long')
-rw-r--r--main/perl-getopt-long/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/perl-getopt-long/APKBUILD b/main/perl-getopt-long/APKBUILD
index 431f52a9899..d89e3e75686 100644
--- a/main/perl-getopt-long/APKBUILD
+++ b/main/perl-getopt-long/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="4d38c78300e79a7fde4700e88759c2b3 Getopt-Long-2.38.tar.gz"