summaryrefslogtreecommitdiffstats
path: root/testing/perl-html-parser/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/perl-html-parser/APKBUILD')
-rw-r--r--testing/perl-html-parser/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-html-parser/APKBUILD b/testing/perl-html-parser/APKBUILD
index eb4d1bb3..fb7ea012 100644
--- a/testing/perl-html-parser/APKBUILD
+++ b/testing/perl-html-parser/APKBUILD
@@ -20,7 +20,7 @@ build() {
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
+ rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
}
md5sums="fb97ea7e5bd832b079d8660732f9d8d9 HTML-Parser-3.60.tar.gz"