From c001e416c32087a681fee1e04e097456c014fe27 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1b12c37..c933330 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -106,7 +106,7 @@ libudisks_daemon_la_LIBADD = \ # ---------------------------------------------------------------------------------------------------- -udisksdprivdir = $(prefix)/lib/udisks2 +udisksdprivdir = $(libexecdir)/udisks2 udisksdpriv_PROGRAMS = udisksd udisksd_SOURCES = \ -- 2.1.0