Fix a typo.
This commit is contained in:
parent
7b7a19d8ff
commit
ef77a5f851
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user