From 213dee2eda34877a65c7caf4351b1f2cc9fb821a Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 16 Nov 2015 14:53:40 -0500 Subject: [PATCH] We want to install oci-systemd-hook in /usr/libexec/docker/hooks.d ./configure --execdir=/usr/libexec/docker/hooks.d Now will configure the tool to do this correctly. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 582d202..abeb6f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = oci_systemd_hook +libexec_PROGRAMS = oci_systemd_hook oci_systemd_hook_SOURCES= systemdhook.c oci_systemd_hook_CFLAGS = $(YAJL_CFLAGS)