Hey,<br><br>I have an issue. Trying to build a package in mock, package B. Package B requires a installed package, package A.<br>Package A installs on a custom PATH and requires the PATH to be set in order for package B to compile.<br>
<br>I tried adding config_opts[&#39;environment&#39;][&#39;PATH&#39;] = &#39;/bin:/blabla:....&#39; to /etc/mock/site-defaults.cfg.<br>The path works when i use mock --shell.<br><br>But when I do a mock --no-clean package.B.src.rpm, the path is missing, and the build fails.<br>
<br>Is there a way to set the PATH so that it is used during the &quot;--rebuild&quot; process?<br>I&#39;m running mock 1.1.18.<br><br>Thanks,<br>Elias<br>