diff options
Diffstat (limited to 'main/perl-getopt-long/APKBUILD')
-rw-r--r-- | main/perl-getopt-long/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/perl-getopt-long/APKBUILD b/main/perl-getopt-long/APKBUILD index 431f52a98..d89e3e756 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" |