KDE/kdebase/workspace

Michael Jansen kde at michael-jansen.biz
Sun Oct 4 01:59:38 CEST 2009


SVN commit 1031099 by mjansen:

Fix startkde for installations when kdelibs and kdebase/workspace have
different install prefixes.

One of the problems less that make me wonder "do we really support installing
kdelibs and kdebase/* into different prefixes?"

CCMAIL: kde-buildsystem at kde.org

 M  +1 -1      startkde.cmake  


--- trunk/KDE/kdebase/workspace/startkde.cmake #1031098:1031099
@@ -384,7 +384,7 @@
 
 # We set LD_BIND_NOW to increase the efficiency of kdeinit.
 # kdeinit unsets this variable before loading applications.
-LD_BIND_NOW=true @LIBEXEC_INSTALL_DIR@/start_kdeinit_wrapper +kcminit_startup
+LD_BIND_NOW=true @KDE4_LIBEXEC_INSTALL_DIR@/start_kdeinit_wrapper +kcminit_startup
 if test $? -ne 0; then
   # Startup error
   echo 'startkde: Could not start kdeinit4. Check your installation.'  1>&2


More information about the Kde-buildsystem mailing list