repo/core/grub/build

15 lines
276 B
Plaintext
Raw Normal View History

2019-06-19 06:59:59 +00:00
#!/bin/sh -e
patch -p1 < 0008-Fix-packed-not-aligned-error-on-GCC-8.patch
./configure \
2019-06-19 07:45:26 +00:00
--prefix=/usr \
2019-06-19 06:59:59 +00:00
--sbindir=/usr/bin \
2019-06-19 07:45:26 +00:00
--disable-nls \
--disable-werror \
--with-platform=efi --disable-efiemu \
--with-platform=pc
2019-06-19 06:59:59 +00:00
make
make DESTDIR="$1" install