--- kdelibs-4.0.0/kdecore/kernel/kstandarddirs_unix.cpp~ 2008-01-05 03:00:33 +0300 +++ kdelibs-4.0.0/kdecore/kernel/kstandarddirs_unix.cpp 2008-02-01 16:58:03 +0300 @@ -62,7 +62,7 @@ QString KStandardDirs::installPath(const if (strcmp("lib", type) == 0) return QString::fromLatin1(LIB_INSTALL_DIR "/"); if (strcmp("libexec", type) == 0) - return QString::fromLatin1(KDEDIR "/lib" KDELIBSUFF "/kde4/libexec/"); + return QString::fromLatin1(LIBEXEC_INSTALL_DIR "/"); if (strcmp("locale", type) == 0) return QString::fromLatin1(LOCALE_INSTALL_DIR "/"); break;