mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
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:
parent
3bbd639937
commit
8c67b9ee9c
2 changed files with 2 additions and 1 deletions
|
|
@ -32,4 +32,5 @@ src_configure() {
|
|||
src_install() {
|
||||
default
|
||||
rm "${DESTDIR}${PREFIX}/share/info/dir"
|
||||
rm "${DESTDIR}${PREFIX}/share/man/man8/grub-install.8"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue