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 ffaecaadaf..32cdc2d530 100644 --- a/po/Makefile +++ b/po/Makefile @@ -41,7 +41,7 @@ include ../Makeconfig -include $(common-objpfx)version.mk # Pattern for where message catalog object for language % gets installed. -mo-installed = $(localedir)/%/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)) |