diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig index 46da933327..fe4db0ba48 100644 --- a/Makeconfig +++ b/Makeconfig @@ -171,8 +171,8 @@ localedir = $(datadir)/locale endif # Where to install the locale charmap source files. -ifndef nlsdir -nlsdir = $(datadir)/nls +ifndef i18ndir +i18ndir = $(datadir)/i18n endif |