mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
Fix reproducibility of perl 5.15.7
This commit is contained in:
parent
ec02efba46
commit
ae4439fb65
2 changed files with 7 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue