From 489e359a742e06cde3c0a17bcfc877aeffc779e7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:48:55 +0000 Subject: main/perl-*: use 'find' to delete perllocal.pod --- main/perl-net-ip/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/perl-net-ip/APKBUILD') diff --git a/main/perl-net-ip/APKBUILD b/main/perl-net-ip/APKBUILD index d959c43d0a..dc334bc48c 100644 --- a/main/perl-net-ip/APKBUILD +++ b/main/perl-net-ip/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="a49c0b02a9b793ff60191cdafc0c202e Net-IP-1.25.tar.gz" -- cgit v1.2.3