From 98a11fa2257a51819174c229a79da513c0eac704 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 6 Sep 2018 20:45:36 +0000 Subject: bugfix: s6lockd-helper is in LIBEXECPREFIX Thanks to Shengjing Zhu. --- src/include/s6/s6lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/s6/s6lock.h b/src/include/s6/s6lock.h index b1f69c4..c4f73e2 100644 --- a/src/include/s6/s6lock.h +++ b/src/include/s6/s6lock.h @@ -14,7 +14,7 @@ /* Constants */ #define S6LOCKD_PROG S6_BINPREFIX "s6lockd" -#define S6LOCKD_HELPER_PROG S6_BINPREFIX "s6lockd-helper" +#define S6LOCKD_HELPER_PROG S6_LIBEXECPREFIX "s6lockd-helper" #define S6LOCK_BANNER1 "s6lock v1.0 (b)\n" #define S6LOCK_BANNER1_LEN (sizeof S6LOCK_BANNER1 - 1) -- cgit v1.2.3