aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-io-stringy/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/perl-io-stringy/APKBUILD b/testing/perl-io-stringy/APKBUILD
index 26b0849c79..ac11cc97f9 100644
--- a/testing/perl-io-stringy/APKBUILD
+++ b/testing/perl-io-stringy/APKBUILD
@@ -19,6 +19,8 @@ build() {
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
make || return 1
make DESTDIR="$pkgdir" install
+ # creates file collision among perl modules
+ rm $pkgdir/usr/lib/perl5/5.10.0/x86_64-linux/perllocal.pod
}
md5sums="2e6a976cfa5521e815c1fdf4006982de IO-stringy-2.110.tar.gz"