From 9bd7e5814c38d2ac7ea218dbd8fa4dbfdf58f48a Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Tue, 21 Sep 2021 12:25:18 -0400 Subject: systemd generators: Install depending on location for systemd unit files While it is possible to configure the systemd unit files directory on configure time with --with-systemd=unit-dir-path, this path is not taken into account for installing the systemd unit generators, as they are installed unconditionally in /usr/lib/systemd/system-generators. Signed-off-by: Salvatore Bonaccorso Signed-off-by: Steve Dickson --- systemd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') diff --git a/systemd/Makefile.am b/systemd/Makefile.am index dd94f02..e7f5d81 100644 --- a/systemd/Makefile.am +++ b/systemd/Makefile.am @@ -53,7 +53,7 @@ man5_MANS = nfs.conf.man man7_MANS = nfs.systemd.man EXTRA_DIST = $(unit_files) $(man5_MANS) $(man7_MANS) -generator_dir = /usr/lib/systemd/system-generators +generator_dir = $(unitdir)/../system-generators EXTRA_PROGRAMS = nfs-server-generator rpc-pipefs-generator genexecdir = $(generator_dir) -- cgit v1.2.1