summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2009-06-09 13:11:11 +0000
committerLeonardo Arena <rnalrd@gmail.com>2009-06-09 13:11:11 +0000
commit5e2bf5f87380ed877cffe841975d3da6ef8836de (patch)
tree42a8e99da20a247971983dd45829d971da9cab22 /testing
parent9793fd7df4fd7034205d6bd7184f39079fbb3b33 (diff)
downloadaports-5e2bf5f87380ed877cffe841975d3da6ef8836de.tar.bz2
aports-5e2bf5f87380ed877cffe841975d3da6ef8836de.tar.xz
testing/perl-html-parser: fix remove file collision path
Diffstat (limited to 'testing')
-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"