From d1f7ce55fc963650332dda161d669d4ea3138e85 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 29 Dec 2015 06:45:47 +0100 Subject: start daemon and send message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/satd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/satd.c') diff --git a/src/satd.c b/src/satd.c index 4d47dfd..f4b5154 100644 --- a/src/satd.c +++ b/src/satd.c @@ -258,7 +258,7 @@ main(int argc, char *argv[]) t (foreground ? 0 : daemonise("satd", DAEMONISE_KEEP_FDS, sock, -1)); /* Change to a process image without all this initialisation text. */ - execl(LIBEXEC "/" PACKAGE "/satd-diminished", argv0, address.sun_path, NULL); + execl(LIBEXECDIR "/" PACKAGE "/satd-diminished", argv0, address.sun_path, NULL); fail: if (errno) -- cgit v1.2.3-70-g09d2