<!DOCTYPE html><html><head><title></title></head><body><div>Hi Glenn,</div><div><br></div><div>On Sun, 16 Aug 2026, at 2:47 PM, glenn_e_becker via SlackBuilds-users wrote:</div><blockquote type="cite" id="qt" style=""><div style="font-family:Arial, sans-serif;font-size:14px;"><b>sbopkglint</b> throws the following error on the built package:</div><div style="font-family:Arial, sans-serif;font-size:14px;"><br></div><div style="font-family:Arial, sans-serif;font-size:14px;"><div><span>Running test: 05-basic-sanity...</span></div><div><span>--- ERR: forbidden directory exists: usr/share/doc</span></div><div><span>FAILED</span></div></div></blockquote><div><br></div><div>To add to what Willy said, this is caused by this line in CMakeLists.txt:</div><div><br></div><div>SET (TASKSH_DOCDIR share/doc/tasksh CACHE STRING "Installation directory for doc files")</div><div><br></div><div>so in this case it can also be solved by adding -DTASKSH_DOCDIR=doc/$PRGNAM-$VERSION when you run cmake.</div><div><br></div><div>Nick</div><div><br></div></body></html>