Skip to content

Commit 213dee2

Browse files
committed
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.
1 parent d4d20bc commit 213dee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bin_PROGRAMS = oci_systemd_hook
1+
libexec_PROGRAMS = oci_systemd_hook
22
oci_systemd_hook_SOURCES= systemdhook.c
33

44
oci_systemd_hook_CFLAGS = $(YAJL_CFLAGS)

0 commit comments

Comments
 (0)