mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Fix a variety of reproducibility issues
Include: - Not regenerated man pages. - Automake tarball with bad time (and completely useless). - Ordering of files within tarballs. - Resetting timestamp various fixes. - Older tars not properly overwriting files leading to many issues. - Weird lack of reproducibility in libtool scripts paths to tools. - and more
This commit is contained in:
parent
a343dcf6ed
commit
931490551a
15 changed files with 71 additions and 32 deletions
|
|
@ -57,6 +57,9 @@ src_prepare() {
|
|||
|
||||
# Pre-built texinfo files
|
||||
find . -name '*.info' -delete
|
||||
|
||||
# Pre-built man files
|
||||
rm gcc/doc/*.1 gcc/doc/*.7
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
|
|
@ -59,6 +59,9 @@ src_prepare() {
|
|||
|
||||
# Pre-built texinfo files
|
||||
find . -name '*.info' -delete
|
||||
|
||||
# Pre-built man files
|
||||
rm gcc/doc/*.1 gcc/doc/*.7
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue