From: Christian Weiske Date: Fri, 18 Nov 2011 21:29:37 +0000 (+0100) Subject: fix translation copy in build X-Git-Tag: v0.3~4 X-Git-Url: https://git.cweiske.de/enigma2-curlytx.git/commitdiff_plain/ca22d1114cef3197e6b528f56ff8fc0dc39b2316 fix translation copy in build --- diff --git a/build.sh b/build.sh index c16d270..e0aa8e9 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ for i in po/??.mo; do mkdir -p tmp/$extdir/locale/$lang/LC_MESSAGES cp "$i" tmp/$extdir/locale/$lang/LC_MESSAGES/CurlyTx.mo done -cp po/messages.pot tmp/$extdir/locale/CurlyTx.mo +cp po/messages.pot tmp/$extdir/locale/CurlyTx.pot python -O -m compileall src/ -f cp src/*.py tmp/$extdir/