echo "component: $COMPONENT"
if [ "$COMPONENT" == "boot.cnf" ];then
    mkdir -p $WORKDIR/out/docs/ru/manual
    $in_chroot /usr/bin/docs_mklinks "/usr/share/doc/alt-docs/modules"
    rsync -vaP --delete  --copy-unsafe-links $ROOT/usr/share/doc/alt-docs/install/ $WORKDIR/out/docs/ru/manual/
    for i in `find $WORKDIR/out/docs/ru/manual/ -type f -name "*.html"`;do subst "s,<meta \(.*\)\(http-equiv.*\)>,<meta \2 \1>," $i;done
fi
