From 0c5765071709a5a091c41b96103faa6353575f6a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 22 Jan 2016 18:52:43 -0500 Subject: Makefile.am: Fix locales installation --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2efc0c9..65d722f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,7 @@ install-data-local: $(locale_MESSAGES) ff="$${f#*/}"; \ dir="$(DESTDIR)$(localedir)/$${ff%.ms}/LC_MESSAGES"; \ $(MKDIR_P) "$${dir}" || exit 1; \ - $(INSTALL_DATA) "$${f}" "$${dir}/$(textdomain).ms" || \ + $(INSTALL_DATA) "$${f}" "$${dir}/$(TEXTDOMAIN).ms" || \ exit $$?; \ done -- cgit v0.9.1