From 2785615209a1c34650f75d7827f4c6da0bf1078f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 10 Nov 2019 13:42:29 -0500 Subject: [PATCH] create a separate install target for seccomp podman in Fedora gets seccomp.json from containers-common while the one in Ubuntu PPA gets seccomp.json from containers-golang. This change will let me use install.config target unmodified in downstream packages. Signed-off-by: Lokesh Mandvekar --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2c1ded9d2e00..b3566cd1ef60 100644 --- a/Makefile +++ b/Makefile @@ -410,6 +410,9 @@ install.man: docs install.config: install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(SHAREDIR_CONTAINERS) install ${SELINUXOPT} -m 644 libpod.conf $(DESTDIR)$(SHAREDIR_CONTAINERS)/libpod.conf + +install.seccomp: + install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(SHAREDIR_CONTAINERS) install ${SELINUXOPT} -m 644 seccomp.json $(DESTDIR)$(SHAREDIR_CONTAINERS)/seccomp.json install.completions: