diff options
| author | Linux User <larena@df1844j.ita.wtbts.net> | 2009-06-08 14:33:21 +0000 |
|---|---|---|
| committer | Linux User <larena@df1844j.ita.wtbts.net> | 2009-06-08 14:33:21 +0000 |
| commit | 84f9cd401717bf621793ca044273befdffb37745 (patch) | |
| tree | 31bc3e4dbb4dd332c94a61800438dc9fc0c68405 | |
| parent | caf6c6ec9b812cff6f22bdd31722d38c551d09e0 (diff) | |
| download | aports-84f9cd401717bf621793ca044273befdffb37745.tar.bz2 aports-84f9cd401717bf621793ca044273befdffb37745.tar.xz | |
testing/perl-unix-syslog: fix file collision
| -rw-r--r-- | testing/perl-unix-syslog/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/perl-unix-syslog/APKBUILD b/testing/perl-unix-syslog/APKBUILD index d2018154..2fadb34f 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" |
