diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 06:45:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 06:45:47 +0100 |
commit | d1f7ce55fc963650332dda161d669d4ea3138e85 (patch) | |
tree | 2f71ae965975f0d10c015993c13c11ab06e92b9b /src/satd-diminished.c | |
parent | m simplification (diff) | |
download | sat-d1f7ce55fc963650332dda161d669d4ea3138e85.tar.gz sat-d1f7ce55fc963650332dda161d669d4ea3138e85.tar.bz2 sat-d1f7ce55fc963650332dda161d669d4ea3138e85.tar.xz |
start daemon and send message
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | src/satd-diminished.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/satd-diminished.c b/src/satd-diminished.c index 348355f..65f6d31 100644 --- a/src/satd-diminished.c +++ b/src/satd-diminished.c @@ -33,7 +33,7 @@ /** * The common beginning of for all daemon pathnames. */ -#define DAEMON_PREFIX LIBEXEC "/" PACKAGE "/satd-" +#define DAEMON_PREFIX LIBEXECDIR "/" PACKAGE "/satd-" |