From c0911b56435f502958fbe2fb554dbe96bf255a3c Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Thu, 13 Mar 2003 00:21:41 +0000 Subject: [PATCH] Fixed install path typo for Lithuanian translation file (lt.mo) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a641ab78b..d8355cc3d 100644 --- a/Makefile +++ b/Makefile @@ -421,9 +421,9 @@ install-gettext: @chmod 644 $(LOCALE_PREFIX)ko/LC_MESSAGES/tuxpaint.mo @# @echo " lt_LT ...Lithuanian..." - @install -d $(LOCAL_PREFIX)lt/LC_MESSAGES - @cp trans/lt.mo $(LOCAL_PREFIX)lt/LC_MESSAGES/tuxpaint.mo - @chmod 644 $(LOCAL_PREFIX)lt/LC_MESSAGES/tuxpaint.mo + @install -d $(LOCALE_PREFIX)lt/LC_MESSAGES + @cp trans/lt.mo $(LOCALE_PREFIX)lt/LC_MESSAGES/tuxpaint.mo + @chmod 644 $(LOCALE_PREFIX)lt/LC_MESSAGES/tuxpaint.mo @# @echo " nn_NO ...Norwegian Nynorsk..." @install -d $(LOCALE_PREFIX)nn/LC_MESSAGES