diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2009-06-09 13:57:04 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2009-06-09 13:57:04 +0000 |
commit | 4ad9f9fd4ec1e12b8086b6c1de5a2d0d6c6ad3b4 (patch) | |
tree | 659d869db7ea82a2f10eb9c9056e71870e887a58 | |
parent | 7edd2f88849ffac0040260c76c780ba9ac7f3677 (diff) | |
download | aports-4ad9f9fd4ec1e12b8086b6c1de5a2d0d6c6ad3b4.tar.bz2 aports-4ad9f9fd4ec1e12b8086b6c1de5a2d0d6c6ad3b4.tar.xz |
testing/perl-uri-escape: fix rm file collision path
-rw-r--r-- | testing/perl-uri-escape/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-uri-escape/APKBUILD b/testing/perl-uri-escape/APKBUILD index 84d43a798e..4cd3b727e7 100644 --- a/testing/perl-uri-escape/APKBUILD +++ b/testing/perl-uri-escape/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="35fba2715eb8ac56e8e30244ae69ff65 URI-1.38.tar.gz" |