On Fri, Feb 01, 2008 at 12:00:27AM +0100, glen wrote: > Author: glen Date: Thu Jan 31 23:00:27 2008 GMT > Module: SOURCES Tag: HEAD > ---- Log message: > - one slash less (fixes FileZilla.spec)
Revert, please. It was correct, added especially for sanity check. With this slash find_lang detected buggy locales installation in FileZilla. > Index: SOURCES/rpm-find-lang > diff -u SOURCES/rpm-find-lang:1.25 SOURCES/rpm-find-lang:1.26 > --- SOURCES/rpm-find-lang:1.25 Sun Jan 6 19:01:34 2008 > +++ SOURCES/rpm-find-lang Fri Feb 1 00:00:21 2008 > @@ -145,8 +145,8 @@ > cat __find.files > fi > ) | sed ' > -'"$ALL_NAME$MO"'s:\(.*/share/locale/\)\([^/@]\+\)\(@quot\|@boldquot\)\?\(@[^/]*\)\?\(/.*\.mo$\):%lang(\2\4) > \1\2\3\4\5: > -'"$NO_ALL_NAME$MO"'s:\(.*/share/locale/\)\([^/@]\+\)\(@quot\|@boldquot\)\?\(@[^/]*\)\?\(/.*/'"$NAME"'\.mo$\):%lang(\2\4) > \1\2\3\4\5: > +'"$ALL_NAME$MO"'s:\(.*/share/locale/\)\([^/@]\+\)\(@quot\|@boldquot\)\?\(@[^/]*\)\?\(.*\.mo$\):%lang(\2\4) > \1\2\3\4\5: > +'"$NO_ALL_NAME$MO"'s:\(.*/share/locale/\)\([^/@]\+\)\(@quot\|@boldquot\)\?\(@[^/]*\)\?\(.*/'"$NAME"'\.mo$\):%lang(\2\4) > \1\2\3\4\5: > /^[^%]/d > s:%lang(C) ::' >> $MO_NAME > > ================================================================ -- Jakub Bogusz http://qboosh.pl/ _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
