All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org, Jiri Slaby <jslaby@suse.cz>
Subject: Re: [PATCH 1/5] search for fonts in /usr/share/fonts/uni
Date: Wed, 05 Sep 2012 16:08:33 +0200	[thread overview]
Message-ID: <50475CE1.9070109@gmail.com> (raw)
In-Reply-To: <1341864150-9588-1-git-send-email-jslaby@suse.cz>

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

Committed, thanks. Next time please attach ChangeLog entry. It will
speed up the handling of your patch.
On 09.07.2012 22:02, Jiri Slaby wrote:

> diff --git a/configure.ac b/configure.ac
> index 3a95b04..5ea7ffe 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -242,7 +242,7 @@ fi
>  FONT_SOURCE=
>  
>  for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
> -  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont; do
> +  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont /usr/share/fonts/uni; do
>      if test -f "$dir/unifont.$ext"; then
>        FONT_SOURCE="$dir/unifont.$ext"
>        break 2



-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

      parent reply	other threads:[~2012-09-05 14:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-09 20:02 [PATCH 1/5] search for fonts in /usr/share/fonts/uni Jiri Slaby
2012-07-09 20:02 ` [PATCH 2/5] grub-install: add --skip-fs-probe Jiri Slaby
2012-09-09 19:51   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-07-09 20:02 ` [PATCH 3/5] msdos-part: allow embedding in extended partition Jiri Slaby
2012-09-05 13:28   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-09-12  7:25     ` Michael Chang
2012-09-12 16:57       ` Lennart Sorensen
2012-09-13  5:26         ` Michael Chang
2012-09-13 15:52           ` Lennart Sorensen
2012-07-09 20:02 ` [PATCH 4/5] Migrate PPC from Yaboot to Grub2 Jiri Slaby
2012-07-14  9:14   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-07-09 20:02 ` [PATCH 5/5] add GRUB_CMDLINE_LINUX_RECOVERY for recovery mode Jiri Slaby
2012-09-05 14:08 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50475CE1.9070109@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    --cc=jslaby@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.