From: Michael Tremer Date: Mon, 17 Aug 2020 15:09:24 +0000 (+0000) Subject: grub: Run autoreconf after applying patches X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b3465584083c724df748beb8bf538cd121d2d9c;p=people%2Fstevee%2Fipfire-2.x.git grub: Run autoreconf after applying patches Signed-off-by: Michael Tremer --- diff --git a/lfs/grub b/lfs/grub index ac6de68a4c..811c2f745e 100644 --- a/lfs/grub +++ b/lfs/grub @@ -100,6 +100,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/grub/grub-2.04-BootHole.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/grub-2.02_disable_vga_fallback.patch + cd $(DIR_APP) && autoreconf -vfi # Install unifont cp -v $(DIR_DL)/unifont-7.0.03.pcf.gz $(DIR_APP)/unifont.pcf.gz