http://bugzilla.novell.com/show_bug.cgi?id=604049 http://bugzilla.novell.com/show_bug.cgi?id=604049#c9 --- Comment #9 from Cristian Morales Vega <cmorve69@yahoo.es> 2010-05-10 12:08:19 UTC --- (In reply to comment #4)
I'm testing now the following construct: /usr/share/doc/kde/HTML/*/*/index.cache) # various kde packages for f in old/$file new/$file; do sed -i -e 's|<a name="id[0-9]*">|<a name="id424242">|' $f sed -i -e 's|<a href="\(.*\)\.html#id[0-9]*">|<a href="\1#id424242">|' $f done ;;
It should test for both /usr/share/doc/kde/HTML/*/*/index.cache and /usr/share/doc/kde/HTML/*/*/*/index.cache. I don't have an openSUSE at hand right now, but there are two or three packages that use the extra path (konqueror plugins?) and the cmake macro has the option of ONE subdir (so no need for /usr/share/doc/kde/HTML/*/*/*/*/index.cache). About the change itself. It will make build-compare happy, but it will break the references in the help pages, will not? It can work if the modified files are checked, but the original ones installed... it's that the way build-compare works? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.