Fix a typo.

This commit is contained in:
Matthew Barnes 2009-07-10 15:35:27 +00:00
parent 7b7a19d8ff
commit ef77a5f851

View File

@ -330,7 +330,7 @@ make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -UGNOME_DISABLE_DE
cd po
grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep
mv POTFILES.keep POTFILES.in
intltool-update --gettext-package=%{name}-%{evo-major} --pot
intltool-update --gettext-package=%{name}-%{evo_major} --pot
for p in *.po; do
msgmerge $p %{name}-%{evo_major}.pot > $p.out
msgfmt -o `basename $p .po`.gmo $p.out