diff options
Diffstat (limited to 'src/kconf_update/kconf_update.cpp')
-rw-r--r-- | src/kconf_update/kconf_update.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kconf_update/kconf_update.cpp b/src/kconf_update/kconf_update.cpp index f8ba16d1..1af26566 100644 --- a/src/kconf_update/kconf_update.cpp +++ b/src/kconf_update/kconf_update.cpp @@ -740,8 +740,6 @@ void KonfUpdate::gotScript(const QString &_script) QString path = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "kconf_update/" + script); if (path.isEmpty()) { if (interpreter.isEmpty()) { - // KDE4: this was looking into locate("lib", "kconf_update_bin/"). But QStandardPaths doesn't know the lib dirs. - // Let's look in the install prefix and in PATH. path = CMAKE_INSTALL_PREFIX "/" LIB_INSTALL_DIR "/kconf_update_bin/" + script; if (QFile::exists(path)) { path = QStandardPaths::findExecutable(script); |