From fbae32bb0465c6a9c7cd40130a1b8e0d6dec0244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 10 Mar 2018 17:35:52 +0100 Subject: Add paths to the search for utempter helper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 98ba18d0fc275af53746782e36f0b71d667f591d) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3bdc78d5..99da582f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -603,10 +603,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" ) -- cgit v1.2.3