startkde isn't installed executable

André Wöbbeking Woebbeking at onlinehome.de
Wed May 3 13:04:39 CEST 2006


On Sunday 30 April 2006 18:35, André Wöbbeking wrote:
> Hi,
>
> I don't know if this is a cmake 2.4 regression or due to another
> change, but right now I can't start a kde4 session.

The usage of the preferred INSTALL command fixed it:

--- trunk/KDE/kdebase/workspace/CMakeLists.txt #536885:536886
@@ -40,7 +40,7 @@
 endif(X11_Xau_FOUND AND X11_Xdmcp_FOUND)
 
 ########### install files ###############
-install_files(/bin FILES startkde )
+install(PROGRAMS startkde DESTINATION bin)


More information about the Kde-buildsystem mailing list