On 2021/07/15 14:52, Denis Fondras wrote: > Thank you Stefan. > > Le Wed, Jul 14, 2021 at 08:31:14PM +0200, Stefan Hagen a écrit : > > You can fix this by patching: > > src/CMakeLists.txt: ${CMAKE_CURRENT_BINARY_DIR}/share/man/man1/flameshot.1 > > COPYONLY) > > > > I could not fix it. My cmake mastery is not good enough. > The install script will copy all share/ at once and will not mind about man/ > being outside.
No he's right, it just needs that single patch, it doesn't copy all of share/ at once.. Could you make -DENABLE_CACHE=OFF unconditional too please (and move it above .include), the ports ccache infrastructure still works as expected like that, and if you use their own ccache detection it won't have the paths setup correctly.