sed s@%%PREFIX%%@$prefix@g Runtime/codelite.desktop.template >> Runtime/codelite.desktop
That line generated codelite.desktop from codelite.desktop.template
Yet I cannot find an equivalent within the CMakeLists.txt, and make install fails on me.
mm, I see what you mean... I did not notice this before since I already had that file on my system (from the old configure script)
Try updating now, should be fixed
Actually it only partly worked.
The file is created, but the path is not set correctly because you used $prefix and not ${CMAKE_INSTALL_PREFIX}, resulting in codelite no longer having an icon :/