diff options
| -rw-r--r-- | data/pam/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/unity.install | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/data/pam/CMakeLists.txt b/data/pam/CMakeLists.txt index 5c145ffd9..ece7a4cc8 100644 --- a/data/pam/CMakeLists.txt +++ b/data/pam/CMakeLists.txt @@ -1 +1 @@ -install(FILES unity DESTINATION ${CMAKE_INSTALL_PREFIX}/etc/pam.d) \ No newline at end of file +install(FILES unity DESTINATION ${CMAKE_SYSCONFDIR}/pam.d) \ No newline at end of file diff --git a/debian/unity.install b/debian/unity.install index bf5cdc899..44b726dd9 100644 --- a/debian/unity.install +++ b/debian/unity.install @@ -1,4 +1,3 @@ -etc/pam.d usr/bin usr/lib/compiz usr/share/man/*/unity.1 |
