mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 19:35:24 +01:00
Disable binutils' manpages
I have no idea where this unreproducibility is coming from and I'm not really bothered to spend more time on it right now :)
This commit is contained in:
parent
2e29ac837a
commit
6835ebfaf8
3 changed files with 8 additions and 2 deletions
|
|
@ -111,4 +111,7 @@ src_install() {
|
|||
ln -s "${PREFIX}/bin/${f}" "i386-unknown-linux-musl-${f}"
|
||||
done
|
||||
popd
|
||||
|
||||
# FIXME: Binutils' manpages dates are not reproducible
|
||||
rm -r "${DESTDIR}${PREFIX}/share/man"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -116,4 +116,7 @@ src_install() {
|
|||
ln -s "${PREFIX}/bin/${f}" "i386-unknown-linux-musl-${f}"
|
||||
done
|
||||
popd
|
||||
|
||||
# FIXME: Binutils' manpages dates are not reproducible
|
||||
rm -r "${DESTDIR}${PREFIX}/share/man"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue