summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLinux User <larena@df1844j.ita.wtbts.net>2009-06-08 14:33:21 +0000
committerLinux User <larena@df1844j.ita.wtbts.net>2009-06-08 14:33:21 +0000
commit8398dc149fe55fd3959159db5fe9704883b74f38 (patch)
treebb3f73e32663adf0e73dba560562cee73af301bf /testing
parent56613b0e0d3b0fde5cb0377dc36efd1efef82029 (diff)
downloadaports-8398dc149fe55fd3959159db5fe9704883b74f38.tar.bz2
aports-8398dc149fe55fd3959159db5fe9704883b74f38.tar.xz
testing/perl-io-stringy: fix file collision
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 26b0849c7..ac11cc97f 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"