Fix reproducibility of perl 5.15.7

This commit is contained in:
Samuel Tyler 2025-10-15 10:40:43 +11:00
parent ec02efba46
commit ae4439fb65
2 changed files with 7 additions and 1 deletions

View file

@ -96,4 +96,10 @@ src_install() {
# Remove messed up manpages
rm "${DESTDIR}/"*.0
# In this version of perl there is a weird non-determinism where some
# pod files are not installed
# as a hacky fix, remove all problematic pod files
rm "${DESTDIR}/usr/lib/perl5/5.15.7/i686-linux/"*.pod
rm "${DESTDIR}/usr/lib/perl5/5.15.7/i686-linux/.packlist"
}