diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-03-10 17:35:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-03-10 17:35:52 +0100 |
commit | 98ba18d0fc275af53746782e36f0b71d667f591d (patch) | |
tree | 07ceccb24c7a55a9ca0d260375b39ff3cec05239 | |
parent | 706098c452fbe8a0626e46279e9f16b773679af7 (diff) | |
download | tdelibs-98ba18d0fc275af53746782e36f0b71d667f591d.tar.gz tdelibs-98ba18d0fc275af53746782e36f0b71d667f591d.zip |
Add paths to the search for utempter helper
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c8047f82f..2ea8dead6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -607,10 +607,12 @@ if( WITH_UTEMPTER ) /usr/lib/utempter /usr/libexec/utempter /usr/libexec + /usr/sbin /usr/local/lib/${CMAKE_LIBRARY_ARCHITECTURE}/utempter /usr/local/lib/utempter /usr/local/libexec/utempter /usr/local/libexec + /usr/local/sbin ) if( UTEMPTER_HELPER ) message( STATUS "Looking for utempter helper - found" ) |