Drop non-reproducible manpage from Grub package

This embeds the type of the building system's firmware at build time,
causing different checksums on UEFI vs BIOS machines.

Fixes #463
This commit is contained in:
Gábor Stefanik 2024-04-19 00:19:29 +02:00
parent 3bbd639937
commit 8c67b9ee9c
2 changed files with 2 additions and 1 deletions

View file

@ -32,4 +32,5 @@ src_configure() {
src_install() {
default
rm "${DESTDIR}${PREFIX}/share/info/dir"
rm "${DESTDIR}${PREFIX}/share/man/man8/grub-install.8"
}