1
0
Fork 0

Fix name of wesnoth.mo file.

Dieser Commit ist enthalten in:
Andrius Štikonas 2009-07-04 13:04:08 +03:00
Ursprung c0d3075150
Commit 091981a30c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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