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:
fosslinux 2023-04-29 22:14:39 +10:00
parent 2e29ac837a
commit 6835ebfaf8
3 changed files with 8 additions and 2 deletions

View file

@ -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"
}

View file

@ -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"
}