From 8a84206e89684a77d4c53950ef4cd6fd40b18af3 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 23 Mar 2015 21:07:25 -0500 Subject: [PATCH] Install udisksd in a sane location $(prefix)/lib means the binary could wind up under e.g. /usr/lib rather than /usr/lib64, or other more appropriate locations depending on the distro. --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1b12c37..7a92559 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -106,8 +106,7 @@ libudisks_daemon_la_LIBADD = \ # ---------------------------------------------------------------------------------------------------- -udisksdprivdir = $(prefix)/lib/udisks2 -udisksdpriv_PROGRAMS = udisksd +pkglibexec_PROGRAMS = udisksd udisksd_SOURCES = \ main.c \ -- 2.1.0