diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2014-05-27 09:53:19 +0200 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2014-05-27 09:53:19 +0200 |
| commit | 5f1e2e1bf36b3d5209468ef1f6e879b6aa582578 (patch) | |
| tree | b7bb70d88749f202da98ffa7ab39b6a0588224ce /data | |
| parent | f8e447deeb90706f81f3cfee276361474ff00746 (diff) | |
Install the unity.pam file.
(bzr r3806.5.3)
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | data/pam/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | data/pam/unity.pam (renamed from data/pam/unity) | 0 |
3 files changed, 2 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt new file mode 100644 index 000000000..321867659 --- /dev/null +++ b/data/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(pam) \ No newline at end of file diff --git a/data/pam/CMakeLists.txt b/data/pam/CMakeLists.txt new file mode 100644 index 000000000..e99e6e2a7 --- /dev/null +++ b/data/pam/CMakeLists.txt @@ -0,0 +1 @@ +install(FILES unity.pam DESTINATION ${CMAKE_INSTALL_PREFIX}/etc/pam.d RENAME unity) \ No newline at end of file diff --git a/data/pam/unity b/data/pam/unity.pam index a9fd9cefe..a9fd9cefe 100644 --- a/data/pam/unity +++ b/data/pam/unity.pam |
