1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../grub2/dejavu-ttf.patch
5 # Copyright (C) 2019 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- grub-2.02/configure.vanilla 2019-02-08 12:56:51.900282230 +0100
18 +++ grub-2.02/configure 2019-02-08 12:57:21.684283622 +0100
19 @@ -27658,7 +27658,7 @@
21 if test x"$starfield_excuse" = x; then
22 for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
23 - for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu /usr/share/fonts/truetype; do
24 + for dir in . /usr/src /usr/share/fonts/X11/misc /usr/X11R7/share/fonts/TTF/; do
25 if test -f "$dir/DejaVuSans.$ext"; then
26 DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"
28 --- grub-2.02/configure.ac.vanilla 2019-02-08 12:58:31.976286906 +0100
29 +++ grub-2.02/configure.ac 2019-02-08 12:58:53.668287920 +0100
32 if test x"$starfield_excuse" = x; then
33 for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
34 - for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu /usr/share/fonts/truetype; do
35 + for dir in . /usr/src /usr/share/fonts/X11/misc /usr/X11/share/fonts/TTF/; do
36 if test -f "$dir/DejaVuSans.$ext"; then
37 DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"