[fenix] 18/127: Updated i18n makefile

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 37fcf38c4b50d0d4d72ccb7f87d4f9d47db97bb7
Author: Miriam Ruiz <miriam at debian.org>
Date:   Mon Jun 18 12:27:21 2007 +0000

    Updated i18n makefile
---
 debian/i18n/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/i18n/Makefile b/debian/i18n/Makefile
index 7665754..3028cc1 100644
--- a/debian/i18n/Makefile
+++ b/debian/i18n/Makefile
@@ -52,9 +52,9 @@ clean:
 
 install: build-stamp
 	for f in *.mo; do i=`basename $$f .mo` ; \
-		lang=`echo $$i | awk -F. '{print $$2}'` ; \
-		file=`echo $$i | awk -F. '{print $$1}'` ; \
-		echo Installing Language \"$$lang\" for \"$file$\" ; \
+		lang=`echo $$i | awk -F_ '{print $$2}'` ; \
+		file=`echo $$i | awk -F_ '{print $$1}'` ; \
+		echo Installing Language \"$$lang\" for \"$$file\" ; \
 		install -d $(LOCALEDIR)$$lang ; \
 		install -p -d -m 755 $(LOCALEDIR)$$lang/LC_MESSAGES ; \
 		install -m 644 $$f $(LOCALEDIR)$$lang/LC_MESSAGES/$$file.mo; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list