mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
perl-XML-Parser: fix cross.
This commit is contained in:
parent
0208023d7c
commit
85799de4b4
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="https://metacpan.org/release/XML-Parser"
|
homepage="https://metacpan.org/release/XML-Parser"
|
||||||
distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
checksum=d331332491c51cccfb4cb94ffc44f9cd73378e618498d4a37df9e043661c515d
|
checksum=d331332491c51cccfb4cb94ffc44f9cd73378e618498d4a37df9e043661c515d
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
vsed -e '/exit 0;/d' -i Makefile.PL # broken cross check
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue