r3680 - packages/trunk/hex-a-hop/debian/i18n
Jens Seidel
jseidel-guest at alioth.debian.org
Tue Aug 14 22:47:27 UTC 2007
Author: jseidel-guest
Date: 2007-08-14 22:47:27 +0000 (Tue, 14 Aug 2007)
New Revision: 3680
Modified:
packages/trunk/hex-a-hop/debian/i18n/Makefile
Log:
Fixed a bug occurring with multiple translations
Modified: packages/trunk/hex-a-hop/debian/i18n/Makefile
===================================================================
--- packages/trunk/hex-a-hop/debian/i18n/Makefile 2007-08-14 21:41:09 UTC (rev 3679)
+++ packages/trunk/hex-a-hop/debian/i18n/Makefile 2007-08-14 22:47:27 UTC (rev 3680)
@@ -41,9 +41,9 @@
# Merge all (old) PO files with POT file to ship up-to-date files!
# (it cannot happen as usual in the clean target as there are not all patches
# applied yet)
- @for i in `cat languages.list`; do \
+ @cd ../..; for i in `cat debian/i18n/languages.list`; do \
echo Updating \"$$i\" translation; \
- cd ../..; msgmerge --update debian/i18n/$$i.po debian/i18n/hex-a-hop.pot; \
+ msgmerge --update debian/i18n/$$i.po debian/i18n/hex-a-hop.pot; \
done
@for i in `cat languages.list`; do \
echo Building \"$$i\" translation; \
More information about the Pkg-games-commits
mailing list