diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makeconfig b/Makeconfig index 07496423c6..9533b776cb 100644 --- a/Makeconfig +++ b/Makeconfig @@ -153,13 +153,13 @@ ifndef zonedir zonedir = $(datadir)/zoneinfo endif -# Where to install the locale data files (which are machine-independent). +# Where to install the locale and message catalog data files (which are +# machine-independent). ifndef localedir localedir = $(datadir)/locale endif -# Where to install the locale charmap and message catalog files (which are -# machine-independent). +# Where to install the locale charmap source files. ifndef nlsdir nlsdir = $(datadir)/nls endif |