summaryrefslogtreecommitdiff
path: root/data
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2016-02-09 02:26:22 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2016-02-09 02:26:22 +0100
commit567d8417e81ae89ab5225a866da69e0b9ace399a (patch)
tree742511e1bd325a364d5225c68f643adbf9f61220 /data
parent0973cb0c1e889358e155f2ad4241264a50231606 (diff)
CMake: use GNUInstallDirs with native multi-arch support
We can now use CMAKE_INSTALL_*DIR instead of defining them manually. Also disable networkarea region plugin build by default. (bzr r4068.2.1)
Diffstat (limited to 'data')
-rw-r--r--data/pam/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pam/CMakeLists.txt b/data/pam/CMakeLists.txt
index ece7a4cc8..73f4b7d57 100644
--- a/data/pam/CMakeLists.txt
+++ b/data/pam/CMakeLists.txt
@@ -1 +1 @@
-install(FILES unity DESTINATION ${CMAKE_SYSCONFDIR}/pam.d) \ No newline at end of file
+install(FILES unity DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d)