diff options
author | Robert Tari <robert@tari.in> | 2020-08-11 09:19:52 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-08-11 09:19:52 +0200 |
commit | d055575c6a6d372e84f05bfe363b91cfc006fc68 (patch) | |
tree | 688fa4b79855fc1d0e14a09054386c62d750e4c3 | |
parent | fdda527519573df1c335015ca150a56cbf3a6672 (diff) | |
parent | b49abfb17a3073a52711755b0e4147b9ca35f941 (diff) | |
download | ayatana-indicator-display-d055575c6a6d372e84f05bfe363b91cfc006fc68.tar.gz ayatana-indicator-display-d055575c6a6d372e84f05bfe363b91cfc006fc68.tar.bz2 ayatana-indicator-display-d055575c6a6d372e84f05bfe363b91cfc006fc68.zip |
Merge branch 'pr/libexec-dir-on-Debian-too' of https://github.com/sunweaver/ayatana-indicator-display into sunweaver-pr/libexec-dir-on-Debian-too
Attributes GH PR #1: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/1
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 10d3472..886b529 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,10 +12,6 @@ set(SERVICE_EXEC "${PACKAGE}-service") ## include(GNUInstallDirs) -if(EXISTS "/etc/debian_version") # Workaround for libexecdir on debian - set(CMAKE_INSTALL_LIBEXECDIR "${CMAKE_INSTALL_LIBDIR}") - set(CMAKE_INSTALL_FULL_LIBEXECDIR "${CMAKE_INSTALL_FULL_LIBDIR}") -endif() set(CMAKE_INSTALL_PKGLIBEXECDIR "${CMAKE_INSTALL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") set(CMAKE_INSTALL_FULL_PKGLIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") |