diff options
-rw-r--r-- | testing/perl-getopt-long/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-getopt-long/APKBUILD b/testing/perl-getopt-long/APKBUILD index f2bdd9b0..431f52a9 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" |