diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-06-18 21:45:07 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-06-18 21:45:07 -0500 |
commit | 38d410c6d45ac050496c86054fa67a4925f8a1e9 (patch) | |
tree | 94286bac2ac1ee4f59f881e7d8f921118fd4f3f7 /libre/grub | |
parent | 856b2c7c881ecf9ef2607a9a4c4466635fea857f (diff) | |
download | abslibre-38d410c6d45ac050496c86054fa67a4925f8a1e9.tar.gz abslibre-38d410c6d45ac050496c86054fa67a4925f8a1e9.tar.bz2 abslibre-38d410c6d45ac050496c86054fa67a4925f8a1e9.zip |
grub: Minor fix
Diffstat (limited to 'libre/grub')
-rw-r--r-- | libre/grub/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index ea2764111..8e5e66023 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -145,6 +145,9 @@ prepare() { ## Based on http://lists.gnu.org/archive/html/grub-devel/2012-02/msg00021.html patch -Np1 -i "${srcdir}/0001-00_header-add-GRUB_COLOR_-variables.patch" + echo "Patch to detect of Parabola GNU/Linux-libre initramfs images by grub-mkconfig..." + patch -Np1 -i "${srcdir}/0003-10_linux-20_linux_xen-detect-parabola-initramfs.patch" + echo "Fix DejaVuSans.ttf location so that grub-mkfont can create *.pf2 files for starfield theme..." sed 's|/usr/share/fonts/dejavu|/usr/share/fonts/dejavu /usr/share/fonts/TTF|g' -i "configure.ac" |