diff options
author | necoro <> | 2007-08-05 04:39:08 +0000 |
---|---|---|
committer | necoro <> | 2007-08-05 04:39:08 +0000 |
commit | 8ec40e4e4afe07b76016cacb9a121d5d339588da (patch) | |
tree | 9ae334b58960423b7b4892fd0d2be799516713e0 /pocompile.sh | |
parent | 9e8f51b621ed702ab07740c4b5e230d3fc92ddd2 (diff) | |
download | portato-8ec40e4e4afe07b76016cacb9a121d5d339588da.tar.gz portato-8ec40e4e4afe07b76016cacb9a121d5d339588da.tar.bz2 portato-8ec40e4e4afe07b76016cacb9a121d5d339588da.zip |
pocompile test
Diffstat (limited to 'pocompile.sh')
-rwxr-xr-x | pocompile.sh | 4 |
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 |