https://bugs.kde.org/show_bug.cgi?id=367675
--- Comment #3 from Rex Dieter <rdie...@math.unl.edu> --- so, the problem is in data/hotplug/CMakeLists.txt: set(digikamhelperdir ${DATA_INSTALL_DIR}/digikam/utils) this makes an assumption that DATA_INSTALL_DIR is a full (non-relative) path. Better would be to use: set(digikamhelperdir ${KDE_INSTALL_FULL_DATADIR}/digikam/utils) -- You are receiving this mail because: You are watching all bug changes.