Quote:
Originally Posted by mbovenka
I'm having problems with the 'KePub stylesheet additions' patch. When I activate it (to make full justification the default) kobopatch errors out with the error that it can't find the key:
Patching ./usr/local/Kobo/libnickel.so.1.0.0
Fatal: Could not read and parse patch file src/libnickel.so.1.0.0.yaml: could not parse patch file: error parsing patch file: yaml: line 662: did not find expected key
Line 662 in libnickel.so.1.0.0.yaml is the line just before the patch to enable full justification.
Any idea what might be wrong?
|
It sounds like you may have ended up with the wrong indent when you un-commented line 663.
It should be 2 spaces followed by "- ReplaceString: ..." (without the quotes)
i.e. it should match the indent on line 658.