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
commit2205f090548d5b0589ba69250579e2600beb66bc (patch)
treeb56f34e4e774692a6a7f956e39c357515a409234 /testing
parent0c5b6ba09e2013b11d5b722e0ae439e3f48b8b8d (diff)
downloadaports-2205f090548d5b0589ba69250579e2600beb66bc.tar.bz2
aports-2205f090548d5b0589ba69250579e2600beb66bc.tar.xz
testing/perl-archive-zip: fix remove file collision path
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-archive-zip/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-archive-zip/APKBUILD b/testing/perl-archive-zip/APKBUILD
index 735e9263..2f78683e 100644
--- a/testing/perl-archive-zip/APKBUILD
+++ b/testing/perl-archive-zip/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="a2e1cc1d99dbaebc41421295c93f61b5 Archive-Zip-1.26.tar.gz"