summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-03-10 17:35:52 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-03-10 17:35:52 +0100
commit98ba18d0fc275af53746782e36f0b71d667f591d (patch)
tree07ceccb24c7a55a9ca0d260375b39ff3cec05239 /CMakeLists.txt
parent706098c452fbe8a0626e46279e9f16b773679af7 (diff)
downloadtdelibs-98ba18d0fc275af53746782e36f0b71d667f591d.tar.gz
tdelibs-98ba18d0fc275af53746782e36f0b71d667f591d.zip
Add paths to the search for utempter helper
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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" )