All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix localedir in Makefile
@ 2010-04-16  8:23 Christian Franke
  2010-04-17 15:18 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Franke @ 2010-04-16  8:23 UTC (permalink / raw)
  To: grub-devel

[-- 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@


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-17 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-16  8:23 [PATCH] Fix localedir in Makefile Christian Franke
2010-04-17 15:18 ` Vladimir 'φ-coder/phcoder' Serbinenko

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.