diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:30:25 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:30:25 +0100 |
commit | f3644373a76edf107c2a4ad86a2466df92502742 (patch) | |
tree | 420cdcd8a98bf464016a08034f3b693a7b4920bf | |
parent | 20f67a20f8ea2cfb72bea044381c812b3421997f (diff) | |
parent | 7b61cdfa50f68f4bceaa516aa964c6b89af6cf69 (diff) | |
download | ayatana-indicator-bluetooth-f3644373a76edf107c2a4ad86a2466df92502742.tar.gz ayatana-indicator-bluetooth-f3644373a76edf107c2a4ad86a2466df92502742.tar.bz2 ayatana-indicator-bluetooth-f3644373a76edf107c2a4ad86a2466df92502742.zip |
Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'
Attributes GH PR #38: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/38
-rw-r--r-- | data/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index da4a7cd..d3eae13 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -32,7 +32,6 @@ if (${SYSTEMD_FOUND}) set (SYSTEMD_USER_FILE_IN "${CMAKE_CURRENT_SOURCE_DIR}/${SYSTEMD_USER_NAME}.in") # build it - set (pkglibexecdir "${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}") configure_file ("${SYSTEMD_USER_FILE_IN}" "${SYSTEMD_USER_FILE}") # install it |