Fix perl 5.15.7 reproducibility (v2)

Expansion of original
This commit is contained in:
Samuel Tyler 2025-10-17 18:43:30 +11:00
parent 88051a5d17
commit a2098a3377
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
2 changed files with 3 additions and 3 deletions

View file

@ -100,6 +100,6 @@ src_install() {
# 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"
find "${DESTDIR}/usr/lib/perl5/5.15.7/" -name "*.pod" -delete
find "${DESTDIR}/usr/lib/perl5/5.15.7/" -name ".packlist" -delete
}