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 | ca2a3c604e130efb6324076a8408b9197e915efe (patch) | |
tree | b8ed0b139c3de4287f6668dd41a13f654729915e | |
parent | bce2538dd635571db15f655afd627874cf12b238 (diff) | |
download | aports-ca2a3c604e130efb6324076a8408b9197e915efe.tar.bz2 aports-ca2a3c604e130efb6324076a8408b9197e915efe.tar.xz |
testing/perl-db: fix remove file collision path
-rw-r--r-- | testing/perl-db/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-db/APKBUILD b/testing/perl-db/APKBUILD index 573a6c3a87..929d587227 100644 --- a/testing/perl-db/APKBUILD +++ b/testing/perl-db/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="33a0c1a9d566a3f5fc71601a165d8335 BerkeleyDB-0.38.tar.gz" |