# HG changeset patch # User Guido Berhoerster # Date 1318347392 -7200 # Node ID dca97330d81e103f6dbed083b7dd55d4897e268f # Parent db42ea75e9ffe9478e594973a0b685f168a8e2c0 fix the locale path diff -r db42ea75e9ff -r dca97330d81e Makefile --- 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