aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2009-06-09 13:56:34 +0000
committerLeonardo Arena <rnalrd@gmail.com>2009-06-09 13:56:34 +0000
commitc29b3305d2729e6a51d976404f197edf0dbaace4 (patch)
tree4c74ea886a3cc689a95c37723ec39b824ac479a0
parentd0eb61a9797c1f80f3aff4ec7fd0eb71c98ab399 (diff)
downloadaports-c29b3305d2729e6a51d976404f197edf0dbaace4.tar.bz2
aports-c29b3305d2729e6a51d976404f197edf0dbaace4.tar.xz
testing/perl-net-dns: fix rm file collision path
-rw-r--r--testing/perl-net-dns/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-net-dns/APKBUILD b/testing/perl-net-dns/APKBUILD
index e40b87a141..2ce850ee4d 100644
--- a/testing/perl-net-dns/APKBUILD
+++ b/testing/perl-net-dns/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="54e5a12a20de39b954a93723927ac789 Net-DNS-0.65.tar.gz"