mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Fix perl 5.15.7 reproducibility (v2)
Expansion of original
This commit is contained in:
parent
88051a5d17
commit
a2098a3377
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue