aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-08-11 09:21:49 +0200
committerRobert Tari <robert@tari.in>2020-08-11 09:21:49 +0200
commitc7aba6f8d5abbd59527439732474745ab9b07bda (patch)
tree688fa4b79855fc1d0e14a09054386c62d750e4c3
parentfdda527519573df1c335015ca150a56cbf3a6672 (diff)
parentd055575c6a6d372e84f05bfe363b91cfc006fc68 (diff)
downloadayatana-indicator-display-c7aba6f8d5abbd59527439732474745ab9b07bda.tar.gz
ayatana-indicator-display-c7aba6f8d5abbd59527439732474745ab9b07bda.tar.bz2
ayatana-indicator-display-c7aba6f8d5abbd59527439732474745ab9b07bda.zip
Merge branch 'sunweaver-pr/libexec-dir-on-Debian-too'
Attributes GH PR #1: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/1
-rw-r--r--CMakeLists.txt4
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}")