diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 3585126..df053d8 100644 --- a/po/Makefile +++ b/po/Makefile @@ -39,7 +39,7 @@ endif domainname = libc # Pattern for where message catalog object for language % gets installed. -mo-installed = $(inst_msgcatdir)/%/LC_MESSAGES/$(domainname).mo +mo-installed = $(inst_localedir)/%/LC_MESSAGES/$(domainname).mo # Files to install: a $(domainname).mo file for each language. install-others = $(LINGUAS:%=$(mo-installed)) |