Since s6lockd-helper is installed in libexecdir, the prefix
should be S6_LIBEXECPREFIX.

Signed-off-by: Shengjing Zhu <z...@debian.org>
---
 src/include/s6/s6lock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.18.0

Attachment: signature.asc
Description: PGP signature

Reply via email to