summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux User <larena@df1844j.ita.wtbts.net>2009-06-08 14:10:14 +0000
committerLinux User <larena@df1844j.ita.wtbts.net>2009-06-08 14:10:14 +0000
commit0bc46e8ccfd3b52a237aaa3453debc47057a3408 (patch)
treed1bfb0fd1eeb5eace918d97cbc49f56c6481e2d6
parent79432d9beaa9c79da731316d957eb2c5b6016ed9 (diff)
downloadaports-0bc46e8ccfd3b52a237aaa3453debc47057a3408.tar.bz2
aports-0bc46e8ccfd3b52a237aaa3453debc47057a3408.tar.xz
testing/perl-archive-zip: fix file collision
-rw-r--r--testing/perl-archive-zip/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/perl-archive-zip/APKBUILD b/testing/perl-archive-zip/APKBUILD
index 5bc66bea..735e9263 100644
--- a/testing/perl-archive-zip/APKBUILD
+++ b/testing/perl-archive-zip/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="a2e1cc1d99dbaebc41421295c93f61b5 Archive-Zip-1.26.tar.gz"