On Wednesday 03 May 2006 18:44, Alexander Neundorf wrote: > On Wednesday 03 May 2006 13:04, André Wöbbeking wrote: > > 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) > > Can you please commit ?
The diff was from my commit :) _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
