[marble] [Bug 377967] marble installs file into /usr/etc/xdg/ instead of /etc/xdg/

2019-08-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377967

andreas.sturmlech...@gmail.com changed:

   What|Removed |Added

   See Also|https://bugs.kde.org/show_b |
   |ug.cgi?id=410998|

-- 
You are receiving this mail because:
You are watching all bug changes.

[marble] [Bug 377967] marble installs file into /usr/etc/xdg/ instead of /etc/xdg/

2019-08-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377967

andreas.sturmlech...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=410998

-- 
You are receiving this mail because:
You are watching all bug changes.

[marble] [Bug 377967] marble installs file into /usr/etc/xdg/ instead of /etc/xdg/

2017-03-23 Thread Michael Palimaka
https://bugs.kde.org/show_bug.cgi?id=377967

Michael Palimaka  changed:

   What|Removed |Added

 CC||kensing...@gentoo.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[marble] [Bug 377967] marble installs file into /usr/etc/xdg/ instead of /etc/xdg/

2017-03-22 Thread Fat-Zer
https://bugs.kde.org/show_bug.cgi?id=377967

Alexander Golubev (Fat-Zer)  changed:

   What|Removed |Added

 CC||fatz...@gmail.com

--- Comment #1 from Alexander Golubev (Fat-Zer)  ---
The problem itself is triggered because KDEInstallDirs.cmake from
extra-cmake-modules[1] sets KDE_INSTALL_SYSCONFDIR to
${CMAKE_INSTALL_SYSCONFDIR} which is set by GNUInstallDirs.cmake[2] as "etc"
and interpreted as a relative path to CMAKE_INSTALL_PREFIX.

[1]
https://github.com/KDE/extra-cmake-modules/blob/master/kde-modules/KDEInstallDirs.cmake
[2] https://github.com/KDE/marble/blob/master/CMakeLists.txt#L14

-- 
You are receiving this mail because:
You are watching all bug changes.