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 | 8398dc149fe55fd3959159db5fe9704883b74f38 (patch) | |
tree | bb3f73e32663adf0e73dba560562cee73af301bf /testing/perl-io-stringy | |
parent | 56613b0e0d3b0fde5cb0377dc36efd1efef82029 (diff) | |
download | aports-8398dc149fe55fd3959159db5fe9704883b74f38.tar.bz2 aports-8398dc149fe55fd3959159db5fe9704883b74f38.tar.xz |
testing/perl-io-stringy: fix file collision
Diffstat (limited to 'testing/perl-io-stringy')
-rw-r--r-- | testing/perl-io-stringy/APKBUILD | 2 |
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" |