Author: tchemit Date: 2014-02-24 17:15:06 +0100 (Mon, 24 Feb 2014) New Revision: 2035 Url: http://nuiton.org/projects/i18n/repository/revisions/2035 Log: fix doc Modified: trunk/src/site/apt/migrate.apt Modified: trunk/src/site/apt/migrate.apt =================================================================== --- trunk/src/site/apt/migrate.apt 2014-02-08 07:53:54 UTC (rev 2034) +++ trunk/src/site/apt/migrate.apt 2014-02-24 16:15:06 UTC (rev 2035) @@ -63,7 +63,7 @@ For jaxx application, apply also this: ------------------------------------------------------------------------- -for f in $(find -name "*.css") ; do \ +for f in $(find -name *.jaxx -o -name *.css) ; do \ echo $f ; \ sed -i -e 's/n_(/n(/g' $f ; \ sed -i -e 's/l_(/l(/g' $f ; \