diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2009-06-09 13:11:11 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2009-06-09 13:11:11 +0000 |
commit | 5e2bf5f87380ed877cffe841975d3da6ef8836de (patch) | |
tree | 42a8e99da20a247971983dd45829d971da9cab22 /testing/perl-html-parser | |
parent | 9793fd7df4fd7034205d6bd7184f39079fbb3b33 (diff) | |
download | aports-5e2bf5f87380ed877cffe841975d3da6ef8836de.tar.bz2 aports-5e2bf5f87380ed877cffe841975d3da6ef8836de.tar.xz |
testing/perl-html-parser: fix remove file collision path
Diffstat (limited to 'testing/perl-html-parser')
-rw-r--r-- | testing/perl-html-parser/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-html-parser/APKBUILD b/testing/perl-html-parser/APKBUILD index eb4d1bb37c..fb7ea01255 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" |