summaryrefslogtreecommitdiff
path: root/pocompile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pocompile.sh')
-rwxr-xr-xpocompile.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pocompile.sh b/pocompile.sh
index 9b265d4..b10460b 100755
--- a/pocompile.sh
+++ b/pocompile.sh
@@ -8,8 +8,8 @@ for ITEM in *.po; do
LANG=${ITEM2/_??/}
if [ $1 == "-emerge" ]; then
- mkdir po -p
- msgfmt ${ITEM} -o po/portato.${LANG}
+ mkdir mo -p
+ msgfmt ${ITEM} -o mo/${LANG}.mo
else
mkdir ${LANG}/LC_MESSAGES -p
msgfmt ${ITEM} -o ${LANG}/LC_MESSAGES/portato.mo