diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-11-18 22:29:37 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-11-18 22:29:37 +0100 |
| commit | ca22d1114cef3197e6b528f56ff8fc0dc39b2316 (patch) | |
| tree | 3d4d4d2571ca610dac55a199a4aa053d8d20f65a | |
| parent | faa10042694d9e596797d1d80e1eae53bcf12bcf (diff) | |
| download | enigma2-curlytx-ca22d1114cef3197e6b528f56ff8fc0dc39b2316.tar.gz enigma2-curlytx-ca22d1114cef3197e6b528f56ff8fc0dc39b2316.zip | |
fix translation copy in build
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |
