<div dir="ltr">Hi everyone,<br><br>I noticed a small path typo in flameshot.SlackBuild (and possibly a few other recent updates). The script attempts to use cmake-opt but sets a non-existent path:<br>export "PATH=/opt/cmake-202x/bin:$PATH"<br>It should be changed to the correct path provided by the cmake-opt package:<br>export "PATH=/opt/cmake-opt/bin:$PATH"<br><br>Could someone please fix this in the repository? Thanks!</div>