[PATCH] Fix s6lockd-helper program prefix

From: Shengjing Zhu <zhsj_at_debian.org>
Date: Thu, 6 Sep 2018 18:45:14 +0800

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

Signed-off-by: Shengjing Zhu <zhsj_at_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
_at_@ -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



Received on Thu Sep 06 2018 - 10:45:14 UTC

This archive was generated by hypermail 2.3.0 : Sun May 09 2021 - 19:38:49 UTC