From 091981a30c6e61b37683cc17e8fadf058e0d3316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 4 Jul 2009 13:04:08 +0300 Subject: [PATCH] Fix name of wesnoth.mo file. --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile b/compile index 327a72c..b89e26d 100755 --- a/compile +++ b/compile @@ -30,7 +30,7 @@ for BRANCH in $TRUNK $BRANCHES; do fi for file in `ls $DIR`; do echo "Compiling $file"; - $MSGFMT "$DIR/$file" -o "$MDIR/$BRANCH/`echo wesnoth-$file | sed "s/."$LCODE".po/.mo/" | sed "s/wesnoth-wesnoth//"`" + $MSGFMT "$DIR/$file" -o "$MDIR/$BRANCH/`echo wesnoth-$file | sed "s/."$LCODE".po/.mo/" | sed "s/wesnoth-wesnoth/wesnoth/"`" done rm "$MDIR/$BRANCH/wesnoth-manpages.mo" "$MDIR/$BRANCH/wesnoth-manual.mo" done