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
commit9793fd7df4fd7034205d6bd7184f39079fbb3b33 (patch)
tree9c2bd8387c7b31e8745fb61dcbc3d7d468b93728 /testing
parentb472d63c467f037864df9a9eb38bee19be4f47c1 (diff)
downloadaports-9793fd7df4fd7034205d6bd7184f39079fbb3b33.tar.bz2
aports-9793fd7df4fd7034205d6bd7184f39079fbb3b33.tar.xz
testing/perl-getopt-long: fix remove file collision path
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-getopt-long/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-getopt-long/APKBUILD b/testing/perl-getopt-long/APKBUILD
index f2bdd9b08..431f52a98 100644
--- a/testing/perl-getopt-long/APKBUILD
+++ b/testing/perl-getopt-long/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="4d38c78300e79a7fde4700e88759c2b3 Getopt-Long-2.38.tar.gz"