changeset 13:dca97330d81e

fix the locale path
author Guido Berhoerster <guido@berhoerster.name>
date Tue, 11 Oct 2011 17:36:32 +0200
parents db42ea75e9ff
children 64f05992d8ec
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Oct 11 17:07:49 2011 +0200
+++ b/Makefile	Tue Oct 11 17:36:32 2011 +0200
@@ -68,7 +68,7 @@
 			$(DESTDIR)$(xdgautostartdir)/$(AUTOSTART_FILE)
 	for lang in $(patsubst po/%.mo,%,$(MOFILES)); do \
 		$(INSTALL.data) po/$${lang}.mo \
-			$(DESTDIR)$(LOCALEDIR)/$${lang}/$(PACKAGE).mo; \
+			$(DESTDIR)$(localedir)/$${lang}/LC_MESSAGES/$(PACKAGE).mo; \
 	done
 	$(INSTALL.data) $(PACKAGE).1 \
 			$(DESTDIR)$(mandir)/man1/$(PACKAGE).1