]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.in: Add missing localedir setting.
authorChristian Franke <franke@computer.org>
Sat, 17 Apr 2010 15:17:36 +0000 (17:17 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 17 Apr 2010 15:17:36 +0000 (17:17 +0200)
ChangeLog
Makefile.in

index 1ac1ae6cecbf73d622aba0ec07c76478cac0027a..a89f7e6cc1eca3a213d6d81e652ef1d4ad3ba0de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-17  Christian Franke <franke@computer.org>
+
+       * Makefile.in: Add missing localedir setting.
+
 2010-04-14  Colin Watson  <cjwatson@ubuntu.com>
 
        Restore TEXTDOMAINDIR correction from r1889, lost apparently by
index e253af6c905babe651f7803b1777ba14f9c41cf9..29f997213e1c95d1ebb9db0f72386e6a6832ecd7 100644 (file)
@@ -35,6 +35,7 @@ sysconfdir = @sysconfdir@
 sharedstatedir = @sharedstatedir@
 localstatedir = @localstatedir@
 libdir = @libdir@
+localedir = @localedir@
 infodir = @infodir@
 mandir = @mandir@
 includedir = @includedir@