From fb26c2e8c1bf35b527de0722667c49c8571df92c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 27 Aug 2016 11:46:40 +0200 Subject: [PATCH] build: Use correct gettext domain when installing translation files https://bugzilla.gnome.org/show_bug.cgi?id=770475 --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index 57d7801b..ca24b199 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,7 +1,7 @@ # Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. -DOMAIN = $(GETTEXT_DOMAIN) +DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po