aboutsummaryrefslogtreecommitdiffstats
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
commitb472d63c467f037864df9a9eb38bee19be4f47c1 (patch)
tree8e8ccbfcbcbc3f8e0959acb18faa3cecbd369552 /testing
parentfe742bef47294e67d7052502f3e21215101a10e1 (diff)
downloadaports-b472d63c467f037864df9a9eb38bee19be4f47c1.tar.bz2
aports-b472d63c467f037864df9a9eb38bee19be4f47c1.tar.xz
testing/perl-digest-sha1: fix remove file collision path
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-digest-sha1/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-digest-sha1/APKBUILD b/testing/perl-digest-sha1/APKBUILD
index 8ddd04c7df..0b0909c5dc 100644
--- a/testing/perl-digest-sha1/APKBUILD
+++ b/testing/perl-digest-sha1/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="eeb0292868801a202bd7ead87b291374 Digest-SHA1-2.12.tar.gz"