All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Franke <Christian.Franke@t-online.de>
To: grub-devel@gnu.org
Subject: [PATCH] Fix localedir in Makefile
Date: Fri, 16 Apr 2010 10:23:24 +0200	[thread overview]
Message-ID: <4BC81E7C.7000106@t-online.de> (raw)

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

Gettext support is not effective for the grub tools (except scripts) 
because localedir is not passed to the Makefile.


2010-04-16  Christian Franke <franke@computer.org>

	* Makefile.in: Add missing localedir setting.



-- 
Regards,
Christian Franke


[-- Attachment #2: grub2-localedir.patch --]
[-- Type: text/x-patch, Size: 314 bytes --]

=== modified file 'Makefile.in'
--- Makefile.in	2010-04-10 23:14:31 +0000
+++ Makefile.in	2010-04-16 07:31:27 +0000
@@ -35,6 +35,7 @@
 sharedstatedir = @sharedstatedir@
 localstatedir = @localstatedir@
 libdir = @libdir@
+localedir = @localedir@
 infodir = @infodir@
 mandir = @mandir@
 includedir = @includedir@


             reply	other threads:[~2010-04-16  8:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-16  8:23 Christian Franke [this message]
2010-04-17 15:18 ` [PATCH] Fix localedir in Makefile Vladimir 'φ-coder/phcoder' Serbinenko

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=4BC81E7C.7000106@t-online.de \
    --to=christian.franke@t-online.de \
    --cc=grub-devel@gnu.org \
    /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.