Hide Forgot
Description of problem: I am trying to change the brand of my book from 'common' to 'my-brand'. I don't want to use install-brand (it requires root privileges). I'm trying to use --common_content=s override path to Common_Content directory. But build fails. Version-Release number of selected component (if applicable): publican 4.3.2 How reproducible: Steps to Reproduce: 1. Create a book: publican create --type Book --lang ru-RU --name Sample --brand my-brand 2. copy folder Common_Content/my-brand into ru-RU 3. Build book: cd Sample publican build --formats html-single --langs ru-RU --common_content ru-RU/Common_Content Actual results: Setting up ru-RU Can not copy files ru-RU/Common_Content/common/en-US/* to tmp/ru-RU/xml/Common_Content due to error: at /usr/share/perl5/Publican/Builder/DocBook4.pm line 381. Expected results: Success build Additional info: for publican 3.0 it's worked well. If I install my-brand for publican 4.3.2 it's worked well.