aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-unix-syslog/APKBUILD
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
commit84f9cd401717bf621793ca044273befdffb37745 (patch)
tree31bc3e4dbb4dd332c94a61800438dc9fc0c68405 /testing/perl-unix-syslog/APKBUILD
parentcaf6c6ec9b812cff6f22bdd31722d38c551d09e0 (diff)
testing/perl-unix-syslog: fix file collision
Diffstat (limited to 'testing/perl-unix-syslog/APKBUILD')
-rw-r--r--testing/perl-unix-syslog/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/perl-unix-syslog/APKBUILD b/testing/perl-unix-syslog/APKBUILD
index d201815488d..2fadb34fa37 100644
--- a/testing/perl-unix-syslog/APKBUILD
+++ b/testing/perl-unix-syslog/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="73d78e309fe9508ffc9a54d84d79aac9 Unix-Syslog-1.1.tar.gz"